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

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove hard-coded "\connect postgres" from pg_dumpall.
Date: 2011-10-28 19:50:52
Message-ID: E1RJsS4-0002E8-2f@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-10-28 21:05:43 pgsql: Demote some sanity checks in BufferIsValid() to assertions.
Previous Message Tom Lane 2011-10-28 19:17:03 pgsql: De-parallelize ecpg build some more.