]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix 003_check_guc.pl when loading modules with custom GUCs
authorMichael Paquier <michael@paquier.xyz>
Thu, 2 Nov 2023 03:38:28 +0000 (12:38 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 2 Nov 2023 03:38:28 +0000 (12:38 +0900)
commit2001aab86099e17dd4ea8dce362e225d50c26493
tree94287b2ccb8813f5e69b5165c5ab05f74408c8bd
parentbbbf1510bc414ce335aa778f0301dc46ad6a6bfd
Fix 003_check_guc.pl when loading modules with custom GUCs

The test missed that custom GUCs need to be ignored from the list of
parameters that can exist in postgresql.conf.sample.  This caused the
test to fail on a server where such a module is loaded, when using
EXTRA_INSTALL and TEMP_CONFIG, for instance.

Author: Anton A. Melnikov
Discussion: https://postgr.es/m/fc5509ce-5144-4dac-8d13-21793da44fc5@postgrespro.ru
Backpatch-through: 15
src/test/modules/test_misc/t/003_check_guc.pl