pgsql: Add a field to the first page of each WAL file to indicate the

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Add a field to the first page of each WAL file to indicate the
Дата
Msg-id 20060405033405.A0A7F11F653C@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Add a field to the first page of each WAL file to indicate the
XLOG_BLCKSZ.  This ought to help in preventing configuration mismatch
problems if anyone tries to ship PITR files between servers compiled
with different XLOG_BLCKSZ settings.  Simon Riggs

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xlog.c (r1.233 -> r1.234)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c.diff?r1=1.233&r2=1.234)
    pgsql/src/bin/pg_resetxlog:
        pg_resetxlog.c (r1.42 -> r1.43)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_resetxlog/pg_resetxlog.c.diff?r1=1.42&r2=1.43)
    pgsql/src/include/access:
        xlog_internal.h (r1.12 -> r1.13)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/access/xlog_internal.h.diff?r1=1.12&r2=1.13)

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

Предыдущее
От: gsmet@pgfoundry.org (User Gsmet)
Дата:
Сообщение: pgfouine - pgfouine: added a tooltip with hourly statistics on
Следующее
От: okbob@pgfoundry.org (User Okbob)
Дата:
Сообщение: orafce - orafce: correction some errors in dbms_alert