pgsql: Fix assorted confusion between Oid and int32.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix assorted confusion between Oid and int32.
Date: 2014-12-11 20:41:33
Message-ID: E1XzAYH-0002xC-5c@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/390ed56eb7fb8cc4ba2a7cd6360b41883601908e

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-12-11 22:37:22 pgsql: Fix completely broken REINDEX SCHEMA testcase.
Previous Message Andrew Dunstan 2014-12-11 15:44:32 Re: pgsql: REINDEX SCHEMA