Re: Deferred trigger cleanup

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
Cc: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Deferred trigger cleanup
Date: 2003-03-28 16:36:37
Message-ID: 200303281636.h2SGabt11594@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Your patch has been added to the PostgreSQL unapplied patches list at:

http://momjian.postgresql.org/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

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

Alvaro Herrera wrote:
> Hi,
>
> The following patch cleans up the deferred trigger mechanism. There is
> an unneeded memory context and some variables that are not used anymore.
> It's pretty trivial and the regression tests pass fine. There's no
> change in functionality, only deletion of unused code. I left an empty
> function because maybe I'll need it for nested transactions.
>
> Please apply.
>
> --
> Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
> "Nunca se desea ardientemente lo que solo se desea por razon" (F. Alexandre)

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Shridhar Daithankar 2003-03-28 16:56:20 Re: ECPG thread-safety
Previous Message Bruce Momjian 2003-03-28 16:35:41 Re: pgdump and START WITH ...