pgsql: Remove pg_upgrade dependency on the 'postgres' database existing

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove pg_upgrade dependency on the 'postgres' database existing
Date: 2011-10-29 01:19:21
Message-ID: E1RJxZx-0006yl-W5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove pg_upgrade dependency on the 'postgres' database existing in the
new cluster. vacuumdb, used by pg_upgrade, still has this dependency.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/51eba98cf4595e90730dedd9305da8aa84b649ee

Modified Files
--------------
contrib/pg_upgrade/pg_upgrade.c | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-10-29 18:24:56 pgsql: Improve make_greater_string() with encoding-specific incrementer
Previous Message Robert Haas 2011-10-28 21:13:08 pgsql: Allow hint bits to be set sooner for temporary and unlogged tabl