pgsql: Fix 003_check_guc.pl when loading modules with custom GUCs

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix 003_check_guc.pl when loading modules with custom GUCs
Дата
Msg-id E1qyOXi-003WhC-Lq@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/40d5e5981cc0fa81710dc2399b063a522c36fd68

Modified Files
--------------
src/test/modules/test_misc/t/003_check_guc.pl | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: pgsql: Increase DEFAULT_FDW_TUPLE_COST from 0.01 to 0.2
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Prevent startup of logical replication launcher during pg_upgrad