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

Started by Bruce Momjianover 18 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

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&amp;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&amp;r2=1.735)