postgresql/src/backend/access
Heikki Linnakangas b669f416ce 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.
2013-02-11 22:22:08 +02:00
..
common Improve concurrency of foreign key locking 2013-01-23 12:04:59 -03:00
gin Update copyrights for 2013 2013-01-01 17:15:01 -05:00
gist Further cleanup of gistsplit.c. 2013-02-10 16:21:26 -05:00
hash Provide database object names as separate fields in error messages. 2013-01-29 17:08:26 -05:00
heap Fix Xmax freeze conditions 2013-02-08 12:50:58 -03:00
index Update copyrights for 2013 2013-01-01 17:15:01 -05:00
nbtree Provide database object names as separate fields in error messages. 2013-01-29 17:08:26 -05:00
rmgrdesc Include previous TLI in end-of-recovery and shutdown checkpoint records. 2013-02-11 18:16:25 +02:00
spgist Update copyrights for 2013 2013-01-01 17:15:01 -05:00
transam Fix checkpoint after fast promotion. 2013-02-11 22:22:08 +02:00
Makefile Split out rmgr rm_desc functions into their own files 2012-11-28 13:01:15 -03:00