Re: exposing pg_controldata and pg_config as functions

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: exposing pg_controldata and pg_config as functions
Дата
Msg-id 55E50004.5000008@gmx.net
обсуждение исходный текст
Ответ на exposing pg_controldata and pg_config as functions  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On 8/20/15 9:59 AM, Andrew Dunstan wrote:
> The regression tests thus passed, but should not have. It occurred to me
> that if we had a test like
> 
>     select pg_config('configure') ~ '--with-libxml' as has_xml;
> 
> in the xml tests then this failure mode would be detected.

This particular case could probably be addressed in a less roundabout
way by enhancing the mapping mechanism in pg_regress.



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Horizontal scalability/sharding
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: exposing pg_controldata and pg_config as functions