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

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Update text: < * Prevent long-lived temporary tables from
Дата
Msg-id 20071123163755.9D60C7540F0@cvs.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: mkz@pgfoundry.org (User Mkz)
Дата:
Сообщение: pgbouncer - pgbouncer: update NEWS
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Fix white space in MONEY type code.