postgresql/src/backend/access
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
..
brin Rename shadowed local variables 2022-10-05 21:01:41 +13:00
common Remove AssertArg and AssertState 2022-10-28 09:19:06 +02:00
gin Fix ordering issue with WAL operations in GIN fast insert path 2022-10-13 09:31:57 +09:00
gist Remove unnecessary uses of Abs() 2022-10-07 13:29:33 +02:00
hash meson: Add initial version of meson based build system 2022-09-21 22:37:17 -07:00
heap Remove AssertArg and AssertState 2022-10-28 09:19:06 +02:00
index meson: Add initial version of meson based build system 2022-09-21 22:37:17 -07:00
nbtree Remove AssertArg and AssertState 2022-10-28 09:19:06 +02:00
rmgrdesc Revert 56-bit relfilenode change and follow-up commits. 2022-09-28 09:55:28 -04:00
spgist meson: Add initial version of meson based build system 2022-09-21 22:37:17 -07:00
table meson: Add initial version of meson based build system 2022-09-21 22:37:17 -07:00
tablesample meson: Add initial version of meson based build system 2022-09-21 22:37:17 -07:00
transam Clean up some inconsistencies with GUC declarations 2022-10-31 12:44:48 +09:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00
meson.build meson: Add initial version of meson based build system 2022-09-21 22:37:17 -07:00