Quote filenames in error messages The majority of all filenames are quoted in user facing error and log messages, but a few were still printed without quotes. While these filenames do not risk causing any ambiguity as their format is strict, quote them anyways to be consistent across all logs.
Also concatenate a message to keep it one line to make it easier to grep for in the code. Reviewed-by: Peter Eisentraut <pe...@eisentraut.org> Reviewed-by: Michael Paquier <mich...@paquier.xyz> Discussion: https://postgr.es/m/080eeabe-6645-4a46-ab20-6285adac4...@yesql.se Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/b0ec61c9c27fb932ae6524f92a18e0d1fadbc144 Modified Files -------------- src/backend/access/transam/xlog.c | 3 +-- src/bin/pg_waldump/pg_waldump.c | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-)