diff options
author | Thomas Munro <tmunro@postgresql.org> | 2023-05-15 10:45:19 +1200 |
---|---|---|
committer | Thomas Munro <tmunro@postgresql.org> | 2023-05-15 11:19:54 +1200 |
commit | 63932a6d38e5dfa6df2a51a04b7314ec1e4d3de7 (patch) | |
tree | 38bf9c3cf2a270d717e198f4f5db8ffd77808078 /src/backend/jit/llvm/llvmjit_expr.c | |
parent | 319bae9a8da66678d80d862440e54cebc7b1cc24 (diff) | |
download | postgresql-63932a6d38e5dfa6df2a51a04b7314ec1e4d3de7.tar.gz postgresql-63932a6d38e5dfa6df2a51a04b7314ec1e4d3de7.zip |
Fix wal_writer_flush_after initializer value.
Commit a73952b7956 (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
Diffstat (limited to 'src/backend/jit/llvm/llvmjit_expr.c')
0 files changed, 0 insertions, 0 deletions