mirror of
https://github.com/postgres/postgres.git
synced 2026-03-05 23:04:24 -05:00
Fix mistake in new GUC tables source
Commit 6359989654 had it so that the parameter "debug_discard_caches"
did not exist unless DISCARD_CACHES_ENABLED was defined (typically via
enabling asserts). This was a mistake, it did not correspond to the
prior setup. Several tests use this parameter, so they were now
failing if you did not have asserts enabled.
This commit is contained in:
parent
6359989654
commit
01d6e5b2cf
1 changed files with 0 additions and 1 deletions
|
|
@ -2295,7 +2295,6 @@
|
|||
boot_val => 'DEFAULT_DEBUG_DISCARD_CACHES',
|
||||
min => 'MIN_DEBUG_DISCARD_CACHES',
|
||||
max => 'MAX_DEBUG_DISCARD_CACHES',
|
||||
ifdef => 'DISCARD_CACHES_ENABLED',
|
||||
},
|
||||
|
||||
{ name => 'client_connection_check_interval', type => 'int', context => 'PGC_USERSET', group => 'CONN_AUTH_TCP',
|
||||
|
|
|
|||
Loading…
Reference in a new issue