Fix assorted confusion between Oid and int32.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 11 Dec 2014 20:41:23 +0000 (15:41 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 11 Dec 2014 20:41:23 +0000 (15:41 -0500)
commit2c96b0ba8dc90b5a5f9f787b1acbc0ff27b1778f
tree02b8cc97c9f12a3b3118f1e6ba7efb88e9547ece
parent2df66f01abe8b18e7e194989132dd263b5881b04
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/postmaster/pgstat.c
src/bin/pg_dump/parallel.c