postgresql/src/backend/storage/file
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 Refactor sharedfileset.c to separate out fileset implementation. 2021-08-30 08:48:15 +05:30
buffile.c Prevent overflow for block number in buffile.c 2023-11-20 09:14:53 +09:00
copydir.c Constify the arguments of copydir.h functions 2023-01-18 08:55:26 +09:00
fd.c Apply quotes more consistently to GUC names in logs 2023-11-30 14:11:45 +09:00
fileset.c Move PG_TEMP_FILE* macros to file_utils.h. 2023-09-05 17:02:06 -07:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00
reinit.c Refactor parse_filename_for_nontemp_relation to parse more. 2023-10-23 15:08:53 -04:00
sharedfileset.c Update copyright for 2023 2023-01-02 15:00:37 -05:00