aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial/basics.source
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2010-02-08 09:08:51 +0000
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2010-02-08 09:08:51 +0000
commit4cea603128e53d47a8520b4f80332d95ec77589f (patch)
tree199f185a3c4d92dd2e75d76ec930bf2d86b7dec3 /src/tutorial/basics.source
parent9a75803b1a4ba01c1e02284146fa7cf8a0cf8cd1 (diff)
downloadpostgresql-4cea603128e53d47a8520b4f80332d95ec77589f.tar.gz
postgresql-4cea603128e53d47a8520b4f80332d95ec77589f.zip
Remove piece of code to zero out minRecoveryPoint when starting crash
recovery. It's zeroed out whenever a checkpoint is written, so the only scenario where the removed code did anything is when you kill archive recovery, remove recovery.conf, and start up the server, so that it goes into crash recovery instead. That's a "don't do that" scenario, but it seems better to not clear minRecoveryPoint but instead update it like we do in archive recovery, which is what will now happen.
Diffstat (limited to 'src/tutorial/basics.source')
0 files changed, 0 insertions, 0 deletions