pgsql: Quote filename in error message - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Quote filename in error message
Date
Msg-id E1u1Age-002rg4-34@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Quote filename in error message

Project standard is to quote filenames in error and log messages, which
commit 2da74d8d640 missed in two error messages.

Author: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Reported-by: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/20250404.120328.103562371975971823.horikyota.ntt@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/683df3f4de00bf50b20eae92369e006badf7cd57

Modified Files
--------------
src/interfaces/libpq/fe-secure-openssl.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix parse_cte.c's failure to examine sub-WITHs in DML statements
Next
From: Michael Paquier
Date:
Subject: pgsql: Remove XLogFileInit() ability to skip ControlFileLock.