pgsql: Apply more quoting to GUC names in messages

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Apply more quoting to GUC names in messages
Date: 2024-09-04 04:58:57
Message-ID: E1sli6a-0003vt-Ei@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Apply more quoting to GUC names in messages

This is a continuation of 17974ec25946. More quotes are applied to
GUC names in error messages and hints, taking care of what seems to be
all the remaining holes currently in the tree for the GUCs.

Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+Pv-kSN8SkxSdoHano_wPubqcg5789ejhCDZAcLFceBR-w@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
contrib/oid2name/oid2name.c | 2 +-
contrib/vacuumlo/vacuumlo.c | 2 +-
src/backend/access/transam/xlog.c | 2 +-
src/backend/archive/shell_archive.c | 2 +-
src/backend/postmaster/bgworker.c | 2 +-
src/backend/postmaster/checkpointer.c | 2 +-
src/backend/replication/logical/launcher.c | 2 +-
src/backend/replication/logical/slotsync.c | 6 +++---
src/backend/storage/file/fd.c | 2 +-
src/backend/utils/misc/guc_tables.c | 10 +++++-----
src/bin/pg_archivecleanup/pg_archivecleanup.c | 2 +-
src/bin/pg_basebackup/pg_createsubscriber.c | 4 ++--
src/bin/pg_dump/pg_backup_db.c | 2 +-
src/bin/pg_rewind/pg_rewind.c | 2 +-
src/include/libpq/libpq-be-fe-helpers.h | 4 ++--
15 files changed, 23 insertions(+), 23 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-09-04 05:53:58 pgsql: Unify some error messages to ease work of translators
Previous Message Amit Kapila 2024-09-04 03:37:58 pgsql: Collect statistics about conflicts in logical replication.