Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fcce828

Browse files
committed
Fix typo in xlog.c
"recovery" is not a verb. Introduced in 68cb5af.
1 parent c09e5a6 commit fcce828

File tree

1 file changed

+1
-1
lines changed
  • src/backend/access/transam

1 file changed

+1
-1
lines changed

src/backend/access/transam/xlog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6101,7 +6101,7 @@ StartupXLOG(void)
61016101
/*
61026102
* Reload shared-memory state for prepared transactions. This needs to
61036103
* happen before renaming the last partial segment of the old timeline as
6104-
* it may be possible that we have to recovery some transactions from it.
6104+
* it may be possible that we have to recover some transactions from it.
61056105
*/
61066106
RecoverPreparedTransactions();
61076107

0 commit comments

Comments
 (0)