pgsql: Clean up error messages from 1495eff7bdb - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Clean up error messages from 1495eff7bdb
Date
Msg-id E1u1pKi-0039Kc-0m@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Add local-address escape "%L" to log_line_prefix.
Next
From: Álvaro Herrera
Date:
Subject: pgsql: Allow NOT NULL constraints to be added as NOT VALID