Fix assorted confusion between Oid and int32.
authorTom Lane
Thu, 11 Dec 2014 20:41:20 +0000 (15:41 -0500)
committerTom Lane
Thu, 11 Dec 2014 20:41:20 +0000 (15:41 -0500)
commit390ed56eb7fb8cc4ba2a7cd6360b41883601908e
tree66913f3d83d7a2930d53933ce926c10776118f93
parentd0f8d0ded4e2d9bf77fd638c0cac281f83429c4d
Fix assorted confusion between Oid and int32.

In passing, also make some debugging elog's in pgstat.c a bit more
consistently worded.

Back-patch as far as applicable (9.3 or 9.4; none of these mistakes are
really old).

Mark Dilger identified and patched the type violations; the message
rewordings are mine.
src/backend/access/heap/tuptoaster.c
src/backend/postmaster/pgstat.c
src/backend/replication/logical/reorderbuffer.c
src/bin/pg_dump/parallel.c