Re: Autonomous subtransactions

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Marti Raudsepp <marti(at)juffo(dot)org>
Cc: Simon Riggs <simon(at)2ndquadrant(dot)com>, Gianni Ciolli <gianni(dot)ciolli(at)2ndquadrant(dot)it>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Autonomous subtransactions
Date: 2011-12-19 19:43:51
Message-ID: 1324323767-sup-485@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Excerpts from Marti Raudsepp's message of lun dic 19 16:32:06 -0300 2011:

> (I do realize that allowing subtransactions to commit out of order
> also makes it failure prone)

Uhm? You can't "commit" savepoints out of order. You can "release" an
older one, but then all the ones following it disappear and can't be
released separately.

--
Álvaro Herrera <alvherre(at)commandprompt(dot)com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2011-12-19 19:44:43 Re: Page Checksums
Previous Message Alvaro Herrera 2011-12-19 19:42:18 Re: Escaping ":" in .pgpass - code or docs bug?