postgresql/src/backend/tcop
Michael Paquier 8d9978a717 Apply quotes more consistently to GUC names in logs
Quotes are applied to GUCs in a very inconsistent way across the code
base, with a mix of double quotes or no quotes used.  This commit
removes double quotes around all the GUC names that are obviously
referred to as parameters with non-English words (use of underscore,
mixed case, etc).

This is the result of a discussion with Álvaro Herrera, Nathan Bossart,
Laurenz Albe, Peter Eisentraut, Tom Lane and Daniel Gustafsson.

Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+Pv-kSN8SkxSdoHano_wPubqcg5789ejhCDZAcLFceBR-w@mail.gmail.com
2023-11-30 14:11:45 +09:00
..
Makefile Represent command completion tags as structs 2020-03-02 18:19:51 -03:00
cmdtag.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
dest.c Fix misuse of PqMsg_Close. 2023-08-29 18:32:38 -07:00
fastpath.c Introduce macros for protocol characters. 2023-08-22 19:16:12 -07:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00
postgres.c Apply quotes more consistently to GUC names in logs 2023-11-30 14:11:45 +09:00
pquery.c Simplify useless 0L constants 2023-03-29 08:25:12 +02:00
utility.c Fix pgindent 2023-07-10 12:05:32 +02:00