pgsql: Fix mistake in new GUC tables source

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix mistake in new GUC tables source
Date: 2025-09-03 09:51:25
Message-ID: E1utk9F-000Hw9-1R@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix mistake in new GUC tables source

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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/01d6e5b2cf90737395344a8233cae5891c191357

Modified Files
--------------
src/backend/utils/misc/guc_parameters.dat | 1 -
1 file changed, 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Zhijie Hou (Fujitsu) 2025-09-03 11:40:53 RE: pgsql: Preserve conflict-relevant data during logical replication.
Previous Message Peter Eisentraut 2025-09-03 07:52:52 pgsql: Generate GUC tables from .dat file