mirror of
https://github.com/postgres/postgres.git
synced 2025-10-15 05:46:52 +03:00
Fix various typos and incorrect/outdated name references
Author: Alexander Lakhin Discussion: https://postgr.es/m/699beab4-a6ca-92c9-f152-f559caf6dc25@gmail.com
This commit is contained in:
@@ -5835,7 +5835,7 @@ ReachedEndOfBackup(XLogRecPtr EndRecPtr, TimeLineID tli)
|
||||
{
|
||||
/*
|
||||
* We have reached the end of base backup, as indicated by pg_control. The
|
||||
* data on disk is now consistent (unless minRecovery point is further
|
||||
* data on disk is now consistent (unless minRecoveryPoint is further
|
||||
* ahead, which can happen if we crashed during previous recovery). Reset
|
||||
* backupStartPoint and backupEndPoint, and update minRecoveryPoint to
|
||||
* make sure we don't allow starting up at an earlier point even if
|
||||
|
Reference in New Issue
Block a user