summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistvacuum.c
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2013-02-11 22:16:56 +0200
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2013-02-11 22:22:08 +0200
commitb669f416cee77ef9025b80f9c4201688578447d1 (patch)
tree7e77dd587bcb3d5631e512c0971c9788c2694dc7 /src/backend/access/gist/gistvacuum.c
parent7803e9327db3788f68d820c19f4081afb79edd12 (diff)
downloadpostgresql-b669f416cee77ef9025b80f9c4201688578447d1.tar.gz
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.
Diffstat (limited to 'src/backend/access/gist/gistvacuum.c')
0 files changed, 0 insertions, 0 deletions