pgsql: Clean up from commit 1495eff7bdb - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Clean up from commit 1495eff7bdb
Date
Msg-id E1u12En-002nXQ-37@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Clean up from commit 1495eff7bdb

Fix some comments, and remove the hacky way of quoting database names in
favor of appendStringLiteralConn.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5db3bf7391d77ae86bc9b5f580141e022803b744

Modified Files
--------------
src/bin/pg_dump/pg_restore.c | 107 ++++++++++---------------------------------
1 file changed, 24 insertions(+), 83 deletions(-)


pgsql-committers by date:

Previous
From: Álvaro Herrera
Date:
Subject: pgsql: Set log_statement=none in t/002_pg_upgrade.pl
Next
From: Nathan Bossart
Date:
Subject: Re: pgsql: Prevent redeclaration of typedef TocEntry.