How can the database reach consistency state in the PITR process?
这个问题在这个博客中有一句话,证明了只有恢复点超过BACKUP_END的WAL记录的LSN时才可以。
https://rhaas.blogspot.com/2023/05/do-i-really-need-that-backuplabel-file.html
we reached consistency after replaying the BACKUP_END record.