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

From Bruce Momjian
Subject pgsql: For create/dropdb, only connect once to the server since we now
Date
Msg-id E1QJwbh-0001CS-Tp@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Add some punctuation
Next
From: Tom Lane
Date:
Subject: pgsql: Prevent datebsearch() from crashing on base == NULL && nel == 0.