pgsql: Quote filename in error message

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Quote filename in error message
Date: 2025-04-05 21:04:20
Message-ID: E1u1Age-002rg4-34@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)ntt(at)gmail(dot)com>
Reported-by: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
Reviewed-by: Daniel Gustafsson <daniel(at)yesql(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-04-06 05:33:42 pgsql: Remove XLogFileInit() ability to skip ControlFileLock.
Previous Message Tom Lane 2025-04-05 19:01:59 pgsql: Fix parse_cte.c's failure to examine sub-WITHs in DML statements