1st nested trasanctions supporting patch

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: 1st nested trasanctions supporting patch
Date: 2003-04-28 00:48:31
Message-ID: 20030428004831.GA14464@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
nested-triggers-1.patch text/plain 14.0 KB

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2003-04-28 03:44:00 2nd nested trasanctions supporting patch
Previous Message pgsql 2003-04-25 16:59:13 Re: close() vs. closesocket()