postgresql/src/backend/access
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
..
brin Fix an assortment of typos 2024-05-04 02:33:25 +12:00
common Revert: Custom reloptions for table AM 2024-04-11 15:46:35 +03:00
gin Revise GUC names quoting in messages again 2024-05-17 11:44:26 +02:00
gist Revert temporal primary keys and foreign keys 2024-05-16 08:17:46 +02:00
hash Fix inconsistency with replay of hash squeeze record for clean buffers 2024-04-11 09:20:51 +09:00
heap Revise GUC names quoting in messages again 2024-05-17 11:44:26 +02:00
index Add missing index_insert_cleanup calls 2024-04-19 16:08:34 +02:00
nbtree Remove unneeded nbtree array preprocessing assert. 2024-04-22 13:58:06 -04:00
rmgrdesc Fix typos and duplicate words 2024-04-18 21:28:07 +02:00
sequence Fix comment thinko in sequence.c 2024-02-27 08:19:39 +09:00
spgist Make the order of the header file includes consistent 2024-03-13 15:07:00 +01:00
table Revise GUC names quoting in messages again 2024-05-17 11:44:26 +02:00
tablesample Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
transam Revise GUC names quoting in messages again 2024-05-17 11:44:26 +02:00
Makefile Introduce sequence_*() access functions 2024-02-26 16:04:59 +09:00
meson.build Introduce sequence_*() access functions 2024-02-26 16:04:59 +09:00