Re: [HACKERS] Aborted Transaction During Vacuum - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] Aborted Transaction During Vacuum
Date
Msg-id 7292.934640877@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] Aborted Transaction During Vacuum  ("G. Anthony Reina" <reina@nsi.edu>)
List pgsql-hackers
"G. Anthony Reina" <reina@nsi.edu> writes:
>     Tom, does this patch address the problem you found in your
> EndPortalAllocMode comments? I'm just wondering whether another patch
> will be needed or if this one should cover the problem.

I think you need not worry.  EndPortalAllocMode has a bug that ought to
be fixed IMHO, but it's only triggered if an error is reported outside
of any transaction context, and there is darn little backend processing
that happens outside of any transaction context.  This vacuum shutdown
check might be the only such error, in fact.  In short, it's something
to clean up for 6.6, but I doubt it's worth issuing a 6.5 patch for.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: [HACKERS] Single row fetch from backend
Next
From: Tom Lane
Date:
Subject: Re: [BUGS] UNIQUE constraint no longer works under 6.5.1