mirror of https://github.com/postgres/postgres
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.REL9_0_ALPHA4_BRANCH
parent
9a75803b1a
commit
4cea603128
Loading…
Reference in new issue