Re: auto_explain causes regression failures - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: auto_explain causes regression failures
Date
Msg-id 4B8003DB.9060402@dunslane.net
Whole thread Raw
In response to Re: auto_explain causes regression failures  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers

Tom Lane wrote:
> Andrew Dunstan <andrew@dunslane.net> writes:
>   
>> With the following 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 am getting regression failures on the rowtypes, transactions and 
>> arrays tests.
>>     
>
> This seems to be fixed now in HEAD.  Somebody should try 8.4 as well.
>
>             
>   

Done. All is good now. Thanks.

cheers

andrew


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: explain and PARAM_EXEC
Next
From: Jaime Casanova
Date:
Subject: Re: explain and PARAM_EXEC