postgresql/src/backend/storage
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
..
aio Fix typos and incorrect type in read_stream.c 2024-05-01 17:04:52 +12:00
buffer Revise GUC names quoting in messages again 2024-05-17 11:44:26 +02:00
file Revise GUC names quoting in messages again 2024-05-17 11:44:26 +02:00
freespace freespace: Don't return blocks past the end of the main fork. 2024-04-13 08:34:20 -07:00
ipc Fix documentation about DROP DATABASE FORCE process termination rights. 2024-05-16 14:11:00 -07:00
large_object Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
lmgr Revise GUC names quoting in messages again 2024-05-17 11:44:26 +02:00
page Update copyright for 2024 2024-01-03 20:49:05 -05:00
smgr Fix duplicated consecutive words in comments 2024-04-28 20:03:34 +12:00
sync Make the order of the header file includes consistent 2024-03-13 15:07:00 +01:00
Makefile Provide API for streaming relation data. 2024-04-03 00:49:46 +13:00
meson.build Provide API for streaming relation data. 2024-04-03 00:49:46 +13:00