From: Bruce Momjian Date: Mon, 17 Mar 2008 22:59:01 +0000 (+0000) Subject: Add to TODO: X-Git-Tag: REL8_4_BETA1~1766 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e56dfc778db36a9c4017ce5fcf09e27b2f779f58;p=postgresql Add to TODO: > * Consider if CommandCounterIncrement() can avoid its > AcceptInvalidationMessages() call > > http://archives.postgresql.org/pgsql-committers/2007-11/msg00585.php --- diff --git a/doc/TODO b/doc/TODO index 1621db6f94..dbad3cc304 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,7 +1,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Mon Mar 17 18:54:16 EDT 2008 +Last updated: Mon Mar 17 18:58:56 EDT 2008 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1624,6 +1624,10 @@ Miscellaneous Performance http://archives.postgresql.org/pgsql-hackers/2007-09/msg00343.php +* Consider if CommandCounterIncrement() can avoid its + AcceptInvalidationMessages() call + + http://archives.postgresql.org/pgsql-committers/2007-11/msg00585.php Source Code diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 5230910bcf..8dca033a59 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: Mon Mar 17 18:54:16 EDT 2008 +Last updated: Mon Mar 17 18:58:56 EDT 2008

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

  • Expire published xmin for read-only and idle transactions

    http://archives.postgresql.org/pgsql-hackers/2007-09/msg00343.php +

    +
  • Consider if CommandCounterIncrement() can avoid its + AcceptInvalidationMessages() call +

    http://archives.postgresql.org/pgsql-committers/2007-11/msg00585.php

  • Source Code