Deferred trigger cleanup - Mailing list pgsql-patches

From Alvaro Herrera
Subject Deferred trigger cleanup
Date
Msg-id 20030325171410.GD11881@dcc.uchile.cl
Whole thread Raw
Responses Re: Deferred trigger cleanup
Re: Deferred trigger cleanup
List pgsql-patches
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

pgsql-patches by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: Re: array support patch phase 1 patch
Next
From: "Fabio Furia Silva"
Date:
Subject: Re: ALTER TABLE .. SET WITH / WITHOUT OIDS