pgsql: Update text: < * Prevent long-lived temporary tables from

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update text: < * Prevent long-lived temporary tables from
Date: 2007-11-23 16:37:55
Message-ID: 20071123163755.9D60C7540F0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

< * Prevent long-lived temporary tables from causing frozen-Xid advancement
> * Prevent long-lived temporary tables from causing frozen-xid advancement
>
> The problem is that autovacuum cannot vacuum them to set frozen xids;
> only the session that created them can do that.
>
>
>

Modified Files:
--------------
pgsql/doc:
TODO (r1.2225 -> r1.2226)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2225&r2=1.2226)
pgsql/doc/src/FAQ:
TODO.html (r1.734 -> r1.735)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.734&r2=1.735)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-11-23 19:54:39 pgsql: Fix white space in MONEY type code.
Previous Message User Mkz 2007-11-23 11:31:13 pgbouncer - pgbouncer: update NEWS