Обсуждение: pgsql: Reset minRecoveryPoint at checkpoints, so that we don't uselessly

Поиск
Список
Период
Сортировка

pgsql: Reset minRecoveryPoint at checkpoints, so that we don't uselessly

От
heikki@postgresql.org (Heikki Linnakangas)
Дата:
Log Message:
-----------
Reset minRecoveryPoint at checkpoints, so that we don't uselessly update
it in the control file at crash recovery following an archive recovery.

Per Fujii Masao and subsequent discussion.

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xlog.c (r1.345.2.5 -> r1.345.2.6)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.345.2.5&r2=1.345.2.6)