Nested transactions: deferred triggers - Mailing list pgsql-patches

From Alvaro Herrera
Subject Nested transactions: deferred triggers
Date
Msg-id 20030611192501.GA2728@dcc.uchile.cl
Whole thread Raw
Responses Re: Nested transactions: deferred triggers
Re: Nested transactions: deferred triggers
List pgsql-patches
Hackers,

In an attempt to simplify my life I'm submitting this patch that
restructures the deferred trigger queue.  The fundamental change is to
put all the static variables to hold the deferred triggers in a single
structure.

This is part of the ongoing nested transactions work but can survive
alone.  There's no change in functionality and regression tests pass.
Please apply.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"El dia que dejes de cambiar dejaras de vivir"

Attachment

pgsql-patches by date:

Previous
From: Chris Campbell
Date:
Subject: Re: Adding Rendezvous support to postmaster
Next
From: Tom Lane
Date:
Subject: Re: Nested transactions: deferred triggers