Thread: pgsql: Apply more quoting to GUC names in messages

pgsql: Apply more quoting to GUC names in messages

From
Michael Paquier
Date:
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(-)