From c16ffbc677a4cd537e9719af99062667d709c7bd Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 14 Sep 2007 19:02:46 +0000 Subject: Add: > > o Prevent long-lived temporary tables from causing frozen-xid > advancement starvation > > http://archives.postgresql.org/pgsql-general/2007-06/msg01645.php --- doc/src/FAQ/TODO.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 1804ffe386c..932bc9f5369 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Fri Sep 14 14:50:43 EDT 2007 +Last updated: Fri Sep 14 15:02:41 EDT 2007

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -1106,6 +1106,10 @@ first. There is also a developer's wiki at
tables

  • Improve control of auto-vacuum

    http://archives.postgresql.org/pgsql-hackers/2006-12/msg00876.php +

    +
  • Prevent long-lived temporary tables from causing frozen-xid + advancement starvation +

    http://archives.postgresql.org/pgsql-general/2007-06/msg01645.php

  • -- cgit v1.2.3