postgresql/src/backend/utils/error
Michael Paquier d9d873bac6 Clean up some inconsistencies with GUC declarations
This is similar to 7d25958, and this commit takes care of all the
remaining inconsistencies between the initial value used in the C
variable associated to a GUC and its default value stored in the GUC
tables (as of pg_settings.boot_val).

Some of the initial values of the GUCs updated rely on a compile-time
default.  These are refactored so as the GUC table and its C declaration
use the same values.  This makes everything consistent with other
places, backend_flush_after, bgwriter_flush_after, port,
checkpoint_flush_after doing so already, for example.

Extracted from a larger patch by Peter Smith.  The spots updated in the
modules are from me.

Author: Peter Smith, Michael Paquier
Reviewed-by: Nathan Bossart, Tom Lane, Justin Pryzby
Discussion: https://postgr.es/m/CAHut+PtHE0XSfjjRQ6D4v7+dqzCw=d+1a64ujra4EX8aoc_Z+w@mail.gmail.com
2022-10-31 12:44:48 +09:00
..
Makefile Introduce log_destination=jsonlog 2022-01-17 10:16:53 +09:00
assert.c Simplify our Assert infrastructure a little. 2022-10-10 15:16:56 -04:00
csvlog.c Fix various typos and spelling mistakes in code comments 2022-04-11 20:49:41 +12:00
elog.c Clean up some inconsistencies with GUC declarations 2022-10-31 12:44:48 +09:00
jsonlog.c Fix incorrect format placeholders 2022-04-13 14:04:51 +02:00
meson.build meson: Add initial version of meson based build system 2022-09-21 22:37:17 -07:00