mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-04-06 20:31:03 +08:00
Fix typo in xlog.c
"recovery" is not a verb. Introduced in 68cb5af46cd8.
This commit is contained in:
parent
c09e5a6a01
commit
fcce828529
@ -6101,7 +6101,7 @@ StartupXLOG(void)
|
||||
/*
|
||||
* Reload shared-memory state for prepared transactions. This needs to
|
||||
* happen before renaming the last partial segment of the old timeline as
|
||||
* it may be possible that we have to recovery some transactions from it.
|
||||
* it may be possible that we have to recover some transactions from it.
|
||||
*/
|
||||
RecoverPreparedTransactions();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user