Fix typo in xlog.c

"recovery" is not a verb.  Introduced in 68cb5af46c.
pull/198/head
Michael Paquier 1 year ago
parent c09e5a6a01
commit fcce828529
  1. 2
      src/backend/access/transam/xlog.c

@ -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…
Cancel
Save