Fix mistake in new GUC tables source

Peter Eisentraut <peter@eisentraut.org>

Commit: 01d6e5b2cf90737395344a8233cae5891c191357
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2025-09-03T09:48:35Z
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.

Files

PathChange+/−
src/backend/utils/misc/guc_parameters.dat modified +0 −1