Re: custom postgres launcher for tests

Поиск
Список
Период
Сортировка
От Ivan N. Taranov
Тема Re: custom postgres launcher for tests
Дата
Msg-id CAKqLMA8oeZZLsJEzat8zomfV2wCnDTYN5djHLd9FsuD6TnhoXg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: custom postgres launcher for tests  (Craig Ringer <craig@2ndquadrant.com>)
Список pgsql-hackers
> If we support a wrapper we should support it for all pg_ctl usage IMO.

As i understand it  - you propose to patch pg_ctl.c & regress.c instead of
PostgresNode.pm & regress.c?

This is a deeper invasion to  pg_ctl. There will be a conflict between the
environment variable and the pg_ctl -p parameter, and possibly induced
bugs.

I suggest microscopic changes for iterative  recompilation/test/debug
without installation.

> For the sake of others with similar needs I attach my current
> wrapper/launcher script. To use it you have to:

IMHO, the method what you proposed (wrapper/launcher) - is more suitable for
complex testing.

I agree that the my proposed way  is incomplete.



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

Предыдущее
От: Julien Rouhaud
Дата:
Сообщение: Re: Collation versioning
Следующее
От: Etsuro Fujita
Дата:
Сообщение: Re: [HACKERS] advanced partition matching algorithm forpartition-wise join