exposing pg_controldata and pg_config as functions

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема exposing pg_controldata and pg_config as functions
Дата
Msg-id 55D5DD3D.1050908@dunslane.net
обсуждение исходный текст
Ответы Re: exposing pg_controldata and pg_config as functions  (Joe Conway <mail@joeconway.com>)
Re: exposing pg_controldata and pg_config as functions  (Peter Eisentraut <peter_e@gmx.net>)
Re: exposing pg_controldata and pg_config as functions  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Is there any significant interest in either of these?

Josh Berkus tells me that he would like pg_controldata information, and 
I was a bit interested in pg_config information, for this reason: I had 
a report of someone who had configured using --with-libxml but the xml 
tests actually returned the results that are expected without xml being 
configured. 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.

cheers

andrew



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Using quicksort for every external sort run
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Supporting fallback RADIUS server(s)