Re: auto_explain causes regression failures

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: auto_explain causes regression failures
Date: 2010-02-20 15:46:35
Message-ID: 4B8003DB.9060402@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Andrew Dunstan <andrew(at)dunslane(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jaime Casanova 2010-02-20 16:24:34 Re: explain and PARAM_EXEC
Previous Message Tom Lane 2010-02-20 15:14:24 Re: explain and PARAM_EXEC