citus/src
Vinod Sridharan ba540ef7fb Update GUC setting to not crash with ASAN (#8301)
The GUC configuration for SkipAdvisoryLockPermissionChecks had
misconfigured the settings for GUC_SUPERUSER_ONLY for PGC_SUSET - when
PostgreSQL running with ASAN, this fails when querying pg_settings due
to exceeding the size of the array GucContext_Names. Fix up this GUC
declaration to not crash with ASAN.
2025-11-04 11:15:00 +00:00
..
backend Update GUC setting to not crash with ASAN (#8301) 2025-11-04 11:15:00 +00:00
include PG18: fix regress test failures in subquery_in_targetlist. 2025-11-04 11:15:00 +00:00
test PG18: fix regress test failures in subquery_in_targetlist. 2025-11-04 11:15:00 +00:00