| From: | Itagaki Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp> |
|---|---|
| To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
| Cc: | Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: auto_explain log_verbose causes regression failure |
| Date: | 2009-08-20 03:08:15 |
| Message-ID: | 20090820120312.9998.52131E4D@oss.ntt.co.jp |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> It looks like this is enough to reproduce the cache lookup failure:
The "cache loopup failure" part could be fixed by the attached patch.
It forbids explaining if the transaction is in error state.
I cannot reproduce "unexpected refassgnexpr" and "unexpected FieldStore"
errors yet. We might need another fix for them.
Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center
| Attachment | Content-Type | Size |
|---|---|---|
| auto_explain-20090820.patch | application/octet-stream | 995 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2009-08-20 03:10:09 | Re: fillfactor hides autovacuum parameters in 8.4.0 |
| Previous Message | Itagaki Takahiro | 2009-08-20 02:36:19 | Re: FDW-based dblink (WIP) |