git.postgresql.org Git - postgresql.git/commit
2013年2月11日 20:16:56 +0000 (22:16 +0200)
2013年2月11日 20:22:08 +0000 (22:22 +0200)
commit b669f416cee77ef9025b80f9c4201688578447d1
Fix checkpoint after fast promotion.
The intention was to request a regular online checkpoint immediately after
end of recovery, when performing "fast promotion". However, because the
checkpoint was requested before other backends were allowed to write WAL,
the checkpointer process performed a restartpoint rather than a checkpoint.
Delay the RequestCheckPoint call until after recovery has truly ended, so
that you get a real checkpoint.
This is the main PostgreSQL git repository.
RSS
Atom