pgsql-server: Ensure that the remainder of the current pg_clog page is

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql-server: Ensure that the remainder of the current pg_clog page is
Дата
Msg-id 20040830190042.3BEA75E4719@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Ensure that the remainder of the current pg_clog page is zeroed during
startup, just to be sure that there's no leftover junk there.

Modified Files:
--------------
    pgsql-server/src/backend/access/transam:
        clog.c (r1.25 -> r1.26)

(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/access/transam/clog.c.diff?r1=1.25&r2=1.26)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server: Fix failure to advance nextXID beyond subtransactions
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server: Fix obviously-utterly-untested noTocComments code.