pgsql/contrib/pg_resetxlog pg_resetxlog.c

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/contrib/pg_resetxlog pg_resetxlog.c
Дата
Msg-id 200103160508.f2G58eq63626@hub.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/03/16 00:08:39

Modified files:
    contrib/pg_resetxlog: pg_resetxlog.c

Log message:
    Resetting the XLOG can't include rewinding it to logical position zero,
    because we need page LSNs stored in the main database to be less than
    the current XLOG position.  Hence, generate the new XLOG segment at last
    old segment number plus one.


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

Предыдущее
От: Hiroshi Inoue
Дата:
Сообщение: pgsql/src/interfaces/odbc connection.c convert ...
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql/ rc/include/access/xlog.h rc/backend/acc ...