pgsql: In pg_upgrade, verify that the install user has the same oid on

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In pg_upgrade, verify that the install user has the same oid on
Date: 2012-06-13 16:19:31
Message-ID: E1SeqI7-00050k-44@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL9_1_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-06-13 16:27:25 Re: [COMMITTERS] pgsql: Mark JSON error detail messages for translation.
Previous Message Robert Haas 2012-06-13 16:00:43 Re: [COMMITTERS] pgsql: Mark JSON error detail messages for translation.