pgsql: Add URL for: * Fix problem when multiple subtransactions of the

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add URL for: * Fix problem when multiple subtransactions of the
Date: 2008-03-11 18:01:04
Message-ID: 20080311180104.7606F753F33@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add URL for:

* 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/2007-05/msg00773.php

Modified Files:
--------------
pgsql/doc:
TODO (r1.2293 -> r1.2294)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2293&r2=1.2294)
pgsql/doc/src/FAQ:
TODO.html (r1.802 -> r1.803)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.802&r2=1.803)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2008-03-11 18:05:11 pgsql: Add for VACUUM: > > * Consider a more compact data
Previous Message Bruce Momjian 2008-03-11 17:42:13 pgsql: Add: > > * Add temporal versions of generate_series() > >