pgsql: In pg_upgrade, verify that the install user has the same oid on - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: In pg_upgrade, verify that the install user has the same oid on
Date
Msg-id E1SeqI7-00050i-3I@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
In pg_upgrade, verify that the install user has the same oid on both
clusters, and make sure the new cluster has no additional users.

Backpatch to 9.1.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b9212e379c55564c8b6cdc8585b74606e90ec1ea

Modified Files
--------------
contrib/pg_upgrade/check.c      |   42 ++++++++++++++++++++++++++++++++++----
contrib/pg_upgrade/pg_upgrade.c |    2 +-
contrib/pg_upgrade/pg_upgrade.h |    2 +
3 files changed, 40 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: In pg_upgrade, verify that the install user has the same oid on
Next
From: Bruce Momjian
Date:
Subject: pgsql: In pg_upgrade, report pre-PG 8.1 plpython helper functions left