diff options
Diffstat (limited to 'src/backend/access/transam/xlogrecovery.c')
-rw-r--r-- | src/backend/access/transam/xlogrecovery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlogrecovery.c b/src/backend/access/transam/xlogrecovery.c index 2e555f8573d..4ee29182ac8 100644 --- a/src/backend/access/transam/xlogrecovery.c +++ b/src/backend/access/transam/xlogrecovery.c @@ -2975,7 +2975,7 @@ ReadRecord(XLogPrefetcher *xlogprefetcher, int emode, /* * When not in standby mode we find that WAL ends in an incomplete * record, keep track of that record. After recovery is done, - * we'll write a record to indicate downstream WAL readers that + * we'll write a record to indicate to downstream WAL readers that * that portion is to be ignored. */ if (!StandbyMode && |