pgsql: Add: > > * Fix problem when multiple subtransactions of the same

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add: > > * Fix problem when multiple subtransactions of the same
Date: 2007-02-01 04:35:52
Message-ID: 20070201043552.5D50C9FA2A7@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add:
>
> * Fix problem when multiple subtransactions of the same outer transaction
> hold different types of locks, and one subtransaction aborts
>
> http://archives.postgresql.org/pgsql-hackers/2006-11/msg01011.php
> http://archives.postgresql.org/pgsql-hackers/2006-12/msg00001.php

Modified Files:
--------------
pgsql/doc:
TODO (r1.2060 -> r1.2061)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2060&r2=1.2061)
pgsql/doc/src/FAQ:
TODO.html (r1.561 -> r1.562)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.561&r2=1.562)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2007-02-01 04:39:33 pgsql: This patch adds documentation for the long-version parameters
Previous Message Neil Conway 2007-02-01 04:16:08 pgsql: Fix a few typos in comments in GiN.