1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

Fix typo in xlog.c

"recovery" is not a verb.  Introduced in 68cb5af46c.
This commit is contained in:
Michael Paquier
2025-02-03 09:22:45 +09:00
parent c09e5a6a01
commit fcce828529

View File

@ -6101,7 +6101,7 @@ StartupXLOG(void)
/* /*
* Reload shared-memory state for prepared transactions. This needs to * Reload shared-memory state for prepared transactions. This needs to
* happen before renaming the last partial segment of the old timeline as * 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(); RecoverPreparedTransactions();