Re: make installcheck.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: make installcheck.
Дата
Msg-id 6358.1416583533@sss.pgh.pa.us
обсуждение исходный текст
Ответ на make installcheck.  (Teodor Sigaev <teodor@sigaev.ru>)
Ответы Re: make installcheck.  (Teodor Sigaev <teodor@sigaev.ru>)
Список pgsql-hackers
Teodor Sigaev <teodor@sigaev.ru> writes:
> Is there any way to unload that library for test or, at least, execute set 
> statement (set online_analyze.enable = off, actually) on test database  before 
> test run?

BTW, so far as that goes, make installcheck should honor PGOPTIONS,
so you should be able to pass in "-c online_analyze.enable = off".
There's a rather obsolete example in src/test/regress/regressplans.sh.
        regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: make installcheck.
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: superuser() shortcuts