Fix assorted confusion between Oid and int32.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 2c96b0ba8dc90b5a5f9f787b1acbc0ff27b1778f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2014-12-11T20:41:23Z
Releases: 9.3.6
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.

Files

PathChange+/−
src/backend/postmaster/pgstat.c modified +8 −8
src/bin/pg_dump/parallel.c modified +1 −1