Re: pgsql: Add hooks for session start and session end

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Add hooks for session start and session end
Дата
Msg-id 5681.1510781444@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Add hooks for session start and session end  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Ответы Re: pgsql: Add hooks for session start and session end  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Список pgsql-committers
Andrew Dunstan <andrew.dunstan@2ndquadrant.com> writes:
> On 11/15/2017 02:17 PM, Andrew Dunstan wrote:
>> Yeah, that was my first instinct. But then how do the test_rls_hooks
>> tests succeed? They too have a shared_preload_library.

> Aha, it does
>     LOAD 'test_rls_hooks';
> at the start of its script. Of course we can't do that here.

> Not sure what the best way to resolve this is. For now I'm inclined just
> to override the installcheck target in the module's makefile and disable
> it in vcregress.pl.

Yeah.

> Maybe we need to shift from installcheck to check mode for these
> modules. That would involve a buildfarm script change.

Seems like expending an awful lot of cycles in support of a rather trivial
feature.
        regards, tom lane


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Add hooks for session start and session end
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Add hooks for session start and session end