PATCH pass PGOPTIONS to pg_regress
От
Manuel Kniep
Тема
PATCH pass PGOPTIONS to pg_regress
Дата
Msg-id
D3C2752A-4EE9-4FAE-837A-2367023B40BA@web.de
Список
Дерево обсуждения
PATCH pass PGOPTIONS to pg_regress Manuel Kniep <m.kniep@web.de>
Re: PATCH pass PGOPTIONS to pg_regress Ildar Musin <i.musin@postgrespro.ru>
Re: PATCH pass PGOPTIONS to pg_regress Michael Paquier <michael@paquier.xyz>
Re: PATCH pass PGOPTIONS to pg_regress Manuel Kniep <rapimo@adeven.com>
Re: PATCH pass PGOPTIONS to pg_regress Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Hi, attached patch passes PGOPTIONS env variable to pg_regress in pgxs.mk This is especially useful when developing extensions for different postgres versions where some session_variables might or might not exists. Consider something like this in an extensions makefile: ifeq ($(shell test $(VERSION_NUM) -ge 90600; echo $$?),0) PGOPTIONS+= "--max_parallel_workers_per_gather=0" endif But also when there are many testfiles it might be convenient to align some session parameter globally In the Makefile. Thoughts? Cheers Manuel Kniep
В списке pgsql-hackers по дате отправления
От: Alexander Korotkov
Дата: