pgsql: Remove hard-coded "\connect postgres" from pg_dumpall. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Remove hard-coded "\connect postgres" from pg_dumpall.
Date
Msg-id E1RJsS4-0002E8-2f@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove hard-coded "\connect postgres" from pg_dumpall.

This doesn't appear to accompish anything useful, and does make the
restore fail if the postgres database happens to have been dropped.

Branch
------
master

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

Modified Files
--------------
src/bin/pg_dump/pg_dumpall.c |    7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: De-parallelize ecpg build some more.
Next
From: Robert Haas
Date:
Subject: pgsql: Demote some sanity checks in BufferIsValid() to assertions.