pgsql: Update: < * Add transaction_idle_timeout GUC so locks are not

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update: < * Add transaction_idle_timeout GUC so locks are not
Date: 2007-04-03 04:12:00
Message-ID: 20070403041200.C4C6E9FB7C3@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Update:

< * Add transaction_idle_timeout GUC so locks are not held for long
> * Add idle_in_transaction_timeout GUC so locks are not held for long

Modified Files:
--------------
pgsql/doc:
TODO (r1.2154 -> r1.2155)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2154&r2=1.2155)
pgsql/doc/src/FAQ:
TODO.html (r1.655 -> r1.656)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.655&r2=1.656)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-04-03 04:14:26 pgsql: Decouple the values of TOAST_TUPLE_THRESHOLD and
Previous Message Bruce Momjian 2007-04-03 02:17:11 pgsql: Update: < * Add idle_timeout GUC so locks are not held for log