pgsql: Clean up from commit 1495eff7bdb

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Clean up from commit 1495eff7bdb
Date: 2025-04-05 12:03:01
Message-ID: E1u12En-002nXQ-37@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2025-04-05 13:13:12 Re: pgsql: Prevent redeclaration of typedef TocEntry.
Previous Message Álvaro Herrera 2025-04-05 09:45:00 pgsql: Set log_statement=none in t/002_pg_upgrade.pl