git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6359989)
Fix mistake in new GUC tables source
Wed, 3 Sep 2025 09:48:35 +0000 (11:48 +0200)
Wed, 3 Sep 2025 09:48:35 +0000 (11:48 +0200)
Commit 63599896545 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.


diff --git a/src/backend/utils/misc/guc_parameters.dat b/src/backend/utils/misc/guc_parameters.dat
index 02188abf29861dc007755f2de4a7f965d0c68e7d..a157cec3c4d00a63b0ee03d233c22f0780abfd4c 100644 (file)
--- a/src/backend/utils/misc/guc_parameters.dat
+++ b/src/backend/utils/misc/guc_parameters.dat
@@ -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',
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /