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. Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/06d5803ffa1ea5a42295c9266f30557e44a99de7 Modified Files -------------- src/backend/access/heap/tuptoaster.c | 2 +- src/backend/postmaster/pgstat.c | 16 ++++++++-------- src/backend/replication/logical/reorderbuffer.c | 2 +- src/bin/pg_dump/parallel.c | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
