OSDN Git Service

1. Checkpoint.undo may be after checkpoint itself:
authorVadim B. Mikheev <vadim4o@yahoo.com>
Tue, 9 Jan 2001 06:24:33 +0000 (06:24 +0000)
committerVadim B. Mikheev <vadim4o@yahoo.com>
Tue, 9 Jan 2001 06:24:33 +0000 (06:24 +0000)
commit4b59366e57f9d1741231eeda222cfa4e82ad67ee
treec95736c54d3a68100316d42405003cc5d29d3ab1
parent329001a2ffec8f6098d3ca18a48bdfd3767c848c
1. Checkpoint.undo may be after checkpoint itself:
   - no more elog(STOP) in StartupXLOG();
   - both checkpoint' undo & redo are used to define
     oldest on-line log file.
2. Ability to pre-allocate a few log files at checkpoint time
   (wal_files option). Off by default.
src/backend/access/transam/xlog.c
src/backend/utils/misc/guc.c