From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | auto_explain causes regression failures |
Date: | 2010-02-16 15:41:25 |
Message-ID: | 4B7ABCA5.6060906@dunslane.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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. Diff file is attached. I'm going to look into it, but if
anyone has a good idea what's going on please speak up ASAP.
cheers
andrew
Attachment | Content-Type | Size |
---|---|---|
autoexplain-regression.diffs | text/plain | 20.7 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2010-02-16 15:49:50 | Re: ToDo: plpgsql plugin for query and expression verification |
Previous Message | Tom Lane | 2010-02-16 15:38:40 | Re: LISTEN/NOTIFY and notification timing guarantees |