pgsql: Clean up error messages from 1495eff7bdb

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Clean up error messages from 1495eff7bdb
Date: 2025-04-07 16:28:24
Message-ID: E1u1pKi-0039Kc-0m@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clean up error messages from 1495eff7bdb

Quote file names, and mostly avoid hard coded file names. Along the way
make a few other minor improvements.

Discussion: https://postgr.es/m/20250407.152721.1397761902317499205.horikyota.ntt@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b52a4a5f285df49399fe6deefa1bf63dc88cd3d1

Modified Files
--------------
src/bin/pg_dump/pg_dumpall.c | 2 +-
src/bin/pg_dump/pg_restore.c | 16 +++++++++-------
2 files changed, 10 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Álvaro Herrera 2025-04-07 17:20:21 pgsql: Allow NOT NULL constraints to be added as NOT VALID
Previous Message Tom Lane 2025-04-07 15:06:17 pgsql: Add local-address escape "%L" to log_line_prefix.