pgsql: Disable installcheck tests for test_session_hooks

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Disable installcheck tests for test_session_hooks
Дата
Msg-id E1eF6Y7-00022J-TC@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Disable installcheck tests for test_session_hooks  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Disable installcheck tests for test_session_hooks

The module requires a preloaded library and the defect can't be cured by
a LOAD instruction in the test script. To achieve this we override the
installcheck target in the module's Makefile, and exclude ithe module in
vcregress.pl.

Along the way, revert commit 9989f92aabd.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/745948422c799c1b9f976ee30f21a7aac050e0f3

Modified Files
--------------
src/test/modules/Makefile                    | 1 +
src/test/modules/test_session_hooks/Makefile | 4 ++++
src/tools/msvc/vcregress.pl                  | 2 ++
3 files changed, 7 insertions(+)


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

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