pgsql: For create/dropdb, only connect once to the server since we now

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: For create/dropdb, only connect once to the server since we now
Date: 2011-05-10 23:44:49
Message-ID: E1QJwbh-0001CS-Tp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

For create/dropdb, only connect once to the server since we now have a
shared description table for pg_database comments.

Also update comments about database name selection.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7ff7711919287a93f348023d77f9611633c9627c

Modified Files
--------------
src/bin/scripts/createdb.c | 11 +++++++----
src/bin/scripts/dropdb.c | 5 +++++
2 files changed, 12 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-05-11 00:37:37 pgsql: Prevent datebsearch() from crashing on base == NULL && nel == 0.
Previous Message Peter Eisentraut 2011-05-10 19:40:03 pgsql: Put pg_test_fsync --help and --version output in line with conve