Re: Fast COPY after TRUNCATE bug and fix - Mailing list pgsql-patches

From Simon Riggs
Subject Re: Fast COPY after TRUNCATE bug and fix
Date
Msg-id 1172739633.3760.1080.camel@silverbirch.site
Whole thread Raw
In response to Re: Fast COPY after TRUNCATE bug and fix  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Fast COPY after TRUNCATE bug and fix  (Bruce Momjian <bruce@momjian.us>)
List pgsql-patches
On Wed, 2007-02-28 at 21:09 -0500, Bruce Momjian wrote:
> Your patch has been added to the PostgreSQL unapplied patches list at:

> Simon Riggs wrote:
> > It's been pointed out to me that I introduced a bug as part of the
> > recent optimisation of COPY-after-truncate.
> >
> > The attached patch fixes this for me on CVS HEAD. It does this by making
> > an explicit request for relcache hint cleanup at EOXact and takes a more
> > cautious approach during RelationCacheInvalidate().

You understand that this fixes a bug in CVS HEAD?

It isn't a new feature.

--
  Simon Riggs
  EnterpriseDB   http://www.enterprisedb.com



pgsql-patches by date:

Previous
From: Patric Bechtel
Date:
Subject: Re: Numeric patch to add special-case representations for < 8 bytes
Next
From: ITAGAKI Takahiro
Date:
Subject: DSM WIP patch version 2