Re: [PATCHES] CREATE TEMP TABLE .... ON COMMIT - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [PATCHES] CREATE TEMP TABLE .... ON COMMIT
Date
Msg-id 200208140535.g7E5ZJ902052@candle.pha.pa.us
Whole thread Raw
In response to Re: [PATCHES] CREATE TEMP TABLE .... ON COMMIT  (Gavin Sherry <swm@linuxworld.com.au>)
List pgsql-hackers
Gavin Sherry wrote:
> Bruce,
>
> I intend on addressing this by completely rewriting the patch. When I
> spoke to Tom and yourself about merging it with 7.3 at OSCON I argued that
> storing the ON COMMIT data in a global linked list was better (strictly
> for performance reasons). Given that I've incorrectly implemented DELETE
> ROWS, I think I'll bite the bullet and store the ON COMMIT data in the
> system catalogues per SQL99. Thoughts?
>
> As for when the patch will arrive: as I said in a previous email, I am
> quite busy at the moment. I would like to get this into 7.3, along with
> all the other patches or features I've put my hand up for. What will be
> the effective cut off for patches of this nature given 7.3 beta at the end
> of the month.

The cutoff will be the start of beta, which should be September 1.  I am
workikng through my email backlog, and my next step tomorrow is to focus
on the open issues to decide how or if they will be done for 7.3 so we
can focus our energy.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-hackers by date:

Previous
From: Gavin Sherry
Date:
Subject: Re: [PATCHES] CREATE TEMP TABLE .... ON COMMIT
Next
From: Tom Lane
Date:
Subject: Re: Better handling of parse errors