pgsql: Remove pg_upgrade dependency on the 'postgres' database existing - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Remove pg_upgrade dependency on the 'postgres' database existing
Date
Msg-id E1RJxZx-0006yl-W5@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Allow hint bits to be set sooner for temporary and unlogged tabl
Next
From: Robert Haas
Date:
Subject: pgsql: Improve make_greater_string() with encoding-specific incrementer