pgsql: Update: < * Add idle_timeout GUC so locks are not held for log

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update: < * Add idle_timeout GUC so locks are not held for log
Date: 2007-04-03 02:17:11
Message-ID: 20070403021711.CD3639FB65C@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

< * Add idle_timeout GUC so locks are not held for log periods of time
> * Add transaction_idle_timeout GUC so locks are not held for long
> periods of time

Modified Files:
--------------
pgsql/doc:
TODO (r1.2153 -> r1.2154)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2153&r2=1.2154)
pgsql/doc/src/FAQ:
TODO.html (r1.654 -> r1.655)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.654&r2=1.655)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-04-03 04:12:00 pgsql: Update: < * Add transaction_idle_timeout GUC so locks are not
Previous Message Bruce Momjian 2007-04-03 01:25:13 pgsql: Add: > * Allow all data types to cast to and from TEXT > >