]> granicus.if.org Git - postgresql/commit
Fix assorted confusion between Oid and int32.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 11 Dec 2014 20:41:15 +0000 (15:41 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 11 Dec 2014 20:41:15 +0000 (15:41 -0500)
commit06d5803ffa1ea5a42295c9266f30557e44a99de7
tree3e8e65c69278c35d1f9f59e94d669368196a95cc
parent10eb7dfa9b7499d603d09a141b9ae4e36b14393f
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