Re: Bug 3883 revisited

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Heikki Linnakangas" <heikki(at)enterprisedb(dot)com>
Cc: "PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Bug 3883 revisited
Date: 2008-05-27 16:46:03
Message-ID: 5474.1211906763@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Heikki Linnakangas" <heikki(at)enterprisedb(dot)com> writes:
> The "TRUNCATE table while we're holding references to it" bug (3883), is
> causing an assertion failure on 8.2, when the TRUNCATE is called in a
> trigger:
> ...
> I think we need to backpatch the fix for this...

Yeah, I'll see about doing that. I'd been hesitant to back-patch an
unproven fix, but since the patch went out in 8.3.0 and 8.3.1 and
we've not seen any trouble reports, I feel better about it now.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hans-Juergen Schoenig 2008-05-27 16:47:00 Re: WITH RECURSIVE patches V0.1 TODO items
Previous Message Gregory Stark 2008-05-27 16:36:31 Re: Hiding undocumented enum values?