Skip to content
Snippets Groups Projects
Commit 4cea6031 authored by Heikki Linnakangas's avatar Heikki Linnakangas
Browse files

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.
parent 9a75803b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment