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

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Update text: < * Prevent long-lived temporary tables from
Date
Msg-id 20071123163755.9D60C7540F0@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: mkz@pgfoundry.org (User Mkz)
Date:
Subject: pgbouncer - pgbouncer: update NEWS
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Fix white space in MONEY type code.