Re: [subxacts] Savepoint syntax - Mailing list pgsql-patches

From Alvaro Herrera
Subject Re: [subxacts] Savepoint syntax
Date
Msg-id 20040726150045.GA3813@dcc.uchile.cl
Whole thread Raw
In response to [subxacts] Savepoint syntax  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Responses Re: [subxacts] Savepoint syntax  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
On Sun, Jul 25, 2004 at 04:58:01PM -0400, Alvaro Herrera wrote:

Hackers,

This is the good patch.  Actually I was testing the old build and
not the new code at all, because I failed to run my install script
to completion!  I am surprised that it didn't have a lot more errors.

> Attached is the savepoints syntax patch, hopefully last try.
> Essentially the same as the last patch, with the following differences:
>
> - ROLLBACK TO changes TBLOCK state of the to-be-affected subtransactions
>   instead of a static var.
>
> - A new function RollbackAndReleaseSavepoint can be used to rollback to
>   a savepoint without creating it again.  There's no way to trigger it
>   from the grammar though (mainly for use in functions handlers, I
>   think, though we can make it available directly to the user if there
>   is a need for it.)
>
> - Tab completion patch from Gaetano is included.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"La vida es para el que se aventura"

Attachment

pgsql-patches by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: win32 version info
Next
From: Andrew Dunstan
Date:
Subject: Re: win32 version info