Re: Behavior of identically-named savepoints - Mailing list pgsql-bugs

From Joshua Tolley
Subject Re: Behavior of identically-named savepoints
Date
Msg-id 20090203184522.GB7082@eddie
Whole thread Raw
In response to Behavior of identically-named savepoints  (Joshua Tolley <eggyknap@gmail.com>)
List pgsql-bugs
On Tue, Feb 03, 2009 at 11:31:31AM -0700, Joshua Tolley wrote:
> Unless, of course,
> I'm missing something.

Yep, I was missing something. I didn't realize ROLLBACK TO SAVEPOINT
didn't destroy the newer savepoint like RELEASE SAVEPOINT does. Adding
RELEASE SAVEPOINT calls to my test script makes it work as I'd expect.
Sorry for the noise.

- Josh / eggyknap

pgsql-bugs by date:

Previous
From: Joshua Tolley
Date:
Subject: Behavior of identically-named savepoints
Next
From: "Marshall, Steve"
Date:
Subject: Re: pg_listener entries deleted under heavy NOTIFY load only on Windows