Re: auto_explain log_verbose causes regression failure

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Itagaki Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, 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: 2010-02-23 22:30:49
Message-ID: 201002232230.o1NMUnp24232@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Uh, I don't see this patch as applied. Was it not necessary?

---------------------------------------------------------------------------

Itagaki Takahiro wrote:
>
> 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, skipping... ]

>
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
PG East: http://www.enterprisedb.com/community/nav-pg-east-2010.do
+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2010-02-23 22:35:41 Re: function side effects
Previous Message Bruce Momjian 2010-02-23 22:27:00 Re: [PATCH] 8.5 TODO: Add comments to output indicating version of pg_dump and of the database server