Robert Haas wrote:
> On Wed, Aug 19, 2009 at 7:57 PM, Andrew
> Dunstan<andrew.dunstan@pgexperts.com> wrot>
>
>> I am getting a repeatable failure on the HEAD regression tests when
>> auto_explain's log_verbose is set. If auto_explain.log_verbose is turned off
>> the failure disappears. Data below.
>>
>> cheers
>>
>> andrew
>>
>> config settings:
>>
>> custom_variable_classes = 'auto_explain'
>> auto_explain.log_min_duration = 0
>> auto_explain.log_format = 'xml'
>> auto_explain.log_analyze = on
>> auto_explain.log_verbose = on
>> shared_preload_libraries = 'auto_explain'
>>
>
> I can't figure out how to make this config work. I dumped these
> settings into a file called "t" and then did, from src/test/regress,
> TEMP_CONFIG=t make check.
>
>
I did make install, initdb, put settings in postgresql.conf, then make
installcheck
cheers
andrew