Re: Deferred trigger cleanup - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Deferred trigger cleanup
Date
Msg-id 200303281636.h2SGabt11594@candle.pha.pa.us
Whole thread Raw
In response to Deferred trigger cleanup  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
List 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@postgresql.org so that your
> message can get through to the mailing list cleanly

--
  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-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pgdump and START WITH ...
Next
From: Tom Lane
Date:
Subject: Re: Adding Rendezvous support to postmaster