postgresql/src/include/postmaster
Thomas Munro 63932a6d38 Fix wal_writer_flush_after initializer value.
Commit a73952b795 (new in 16) required default values in guc_table.c
and C variable initializers to match.  This one only matched when
XLOG_BLCKSZ == 8kB.  Fix by using the same expression in both places
with a new DEFAULT_XXX macro, as done for other GUCs.

Reviewed-by: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/CA+hUKGLNmLV=VrT==5MqnbARgx2ifRSFtdd8ofdfrdSLL3yv5A@mail.gmail.com
2023-05-15 11:19:54 +12:00
..
autovacuum.h Separate vacuum cost variables from GUCs 2023-04-07 00:54:53 +02:00
auxprocess.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
bgworker.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
bgworker_internals.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
bgwriter.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
fork_process.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
interrupt.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
pgarch.h Redesign archive modules 2023-02-17 14:26:42 +09:00
postmaster.h Add new GUC reserved_connections. 2023-01-20 15:39:13 -05:00
startup.h Disable STARTUP_PROGRESS_TIMEOUT in standby mode. 2023-02-06 10:51:08 -05:00
syslogger.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
walwriter.h Fix wal_writer_flush_after initializer value. 2023-05-15 11:19:54 +12:00