pgsql: Log restartpoints in the same fashion as checkpoints.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Log restartpoints in the same fashion as checkpoints.
Дата
Msg-id E1Pkofc-0003Uy-59@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log restartpoints in the same fashion as checkpoints.

Prior to 9.0, restartpoints never created, deleted, or recycled WAL
files, but now they can.  This code makes log_checkpoints treat
checkpoints and restartpoints symmetrically.  It also adjusts up
the documentation of the parameter to mention restartpoints.

Fujii Masao.  Docs by me, as suggested by Itagaki Takahiro.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=0af695fd43b6889613a4035e3cdfcc0fc1b7936a

Modified Files
--------------
doc/src/sgml/config.sgml          |    7 +++----
src/backend/access/transam/xlog.c |   22 ++++++++++++++--------
2 files changed, 17 insertions(+), 12 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Repair multiple breakage in Windows-specific code for appending
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Clearify macro IS_PATH_VAR_SEP in path.c so it is clear this is