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-0002xD-5h@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_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/2c96b0ba8dc90b5a5f9f787b1acbc0ff27b1778f

Modified Files
--------------
src/backend/postmaster/pgstat.c | 16 ++++++++--------
src/bin/pg_dump/parallel.c | 2 +-
2 files changed, 9 insertions(+), 9 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