Re: exposing pg_controldata and pg_config as functions - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: exposing pg_controldata and pg_config as functions
Date
Msg-id 55E50004.5000008@gmx.net
Whole thread Raw
In response to exposing pg_controldata and pg_config as functions  (Andrew Dunstan <andrew@dunslane.net>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Horizontal scalability/sharding
Next
From: Peter Eisentraut
Date:
Subject: Re: exposing pg_controldata and pg_config as functions