1st nested trasanctions supporting patch - Mailing list pgsql-patches

From Alvaro Herrera
Subject 1st nested trasanctions supporting patch
Date
Msg-id 20030428004831.GA14464@dcc.uchile.cl
Whole thread Raw
List pgsql-patches
Hackers,

The following is the first patch to provide support for nested
transactions.  All it does is put the global variables in
backend/commands/trigger.c in a single structure.  No change in
functionality, no regression test failed.

It is quite simple; please apply.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Crear es tan dificil como ser libre" (Elsa Triolet)

Attachment

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] close() vs. closesocket()
Next
From: Alvaro Herrera
Date:
Subject: 2nd nested trasanctions supporting patch