postgresql/src/bin/pg_upgrade
Peter Eisentraut 17974ec259 Revise GUC names quoting in messages again
After further review, we want to move in the direction of always
quoting GUC names in error messages, rather than the previous (PG16)
wildly mixed practice or the intermittent (mid-PG17) idea of doing
this depending on how possibly confusing the GUC name is.

This commit applies appropriate quotes to (almost?) all mentions of
GUC names in error messages.  It partially supersedes a243569bf6 and
8d9978a717, which had moved things a bit in the opposite direction
but which then were abandoned in a partial state.

Author: Peter Smith <smithpb2250@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/CAHut%2BPv-kSN8SkxSdoHano_wPubqcg5789ejhCDZAcLFceBR-w%40mail.gmail.com
2024-05-17 11:44:26 +02:00
..
po Translation updates 2024-05-06 12:06:31 +02:00
t Revise GUC names quoting in messages again 2024-05-17 11:44:26 +02:00
.gitignore Re-add locally-generated files in pg_upgrade's .gitignore and Makefile 2022-06-15 15:36:16 +09:00
IMPLEMENTATION Improve some wording in pg_upgrade/IMPLEMENTATION 2023-10-11 13:54:33 +09:00
Makefile Remove distprep 2023-11-06 15:18:04 +01:00
TESTING Add --copy-file-range option to pg_upgrade. 2024-03-06 12:01:01 +13:00
check.c Revise GUC names quoting in messages again 2024-05-17 11:44:26 +02:00
controldata.c Make the order of the header file includes consistent 2024-03-13 15:07:00 +01:00
dump.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
exec.c Use printf's %m format instead of strerror(errno) in more places 2024-03-12 10:02:54 +09:00
file.c Use printf's %m format instead of strerror(errno) in more places 2024-03-12 10:02:54 +09:00
function.c Use printf's %m format instead of strerror(errno) in more places 2024-03-12 10:02:54 +09:00
info.c Track invalidation_reason in pg_replication_slots. 2024-03-22 13:52:05 +05:30
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00
nls.mk Make formatting in nls.mk files more consistent 2024-05-14 09:21:17 +02:00
option.c Use printf's %m format instead of strerror(errno) in more places 2024-03-12 10:02:54 +09:00
parallel.c Use printf's %m format instead of strerror(errno) in more places 2024-03-12 10:02:54 +09:00
pg_upgrade.c Invent --transaction-size option for pg_restore. 2024-04-01 16:46:24 -04:00
pg_upgrade.h pg_upgrade: run all data type checks per connection 2024-03-19 13:32:50 +01:00
relfilenumber.c Use printf's %m format instead of strerror(errno) in more places 2024-03-12 10:02:54 +09:00
server.c Rework how logirep launchers are stopped during pg_upgrade 2024-01-12 08:23:07 +09:00
tablespace.c Use printf's %m format instead of strerror(errno) in more places 2024-03-12 10:02:54 +09:00
util.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
version.c pg_upgrade: run all data type checks per connection 2024-03-19 13:32:50 +01:00