Add IsRecoveryProcessingMode() quick exits to XLogNeedsFlush,
authorHeikki Linnakangas <heikki@enterprisedb.com>
Mon, 9 Feb 2009 12:54:41 +0000 (14:54 +0200)
committerHeikki Linnakangas <heikki@enterprisedb.com>
Mon, 9 Feb 2009 13:13:27 +0000 (15:13 +0200)
commitab94a6978b84ab385f2f82e51a32463a05b0d0cb
tree6baa3e855cc9f5bbc1bd7abd6d49bd9a6416cdd8
parent734b2475ece6150f827670d5ffbe44a6dba864b4
Add IsRecoveryProcessingMode() quick exits to XLogNeedsFlush,
XLogAsyncCommitFlush and XLogBackgroundFlush. Fix restore command
invocation so that fast shutdown requests are not lost. Update
minRecoveryPoint in CreateRestartPoint when we can't create a
restart point.
src/backend/access/transam/xlog.c