aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2025-02-03 09:22:45 +0900
committerMichael Paquier <michael@paquier.xyz>2025-02-03 09:22:45 +0900
commitfcce828529ee36ac452aead60fe95648bde3256c (patch)
tree292a8d2ce82a52f2a95cfe6ee63f7f34e6ba0bef /src/backend/access/transam/xlog.c
parentc09e5a6a01659a66dd84f3e745694999d3414ddd (diff)
downloadpostgresql-fcce828529ee36ac452aead60fe95648bde3256c.tar.gz
postgresql-fcce828529ee36ac452aead60fe95648bde3256c.zip
Fix typo in xlog.c
"recovery" is not a verb. Introduced in 68cb5af46cd8.
Diffstat (limited to 'src/backend/access/transam/xlog.c')
-rw-r--r--src/backend/access/transam/xlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c
index bf3dbda901d..90ade4e7d39 100644
--- a/src/backend/access/transam/xlog.c
+++ b/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();