projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c09e5a6
)
Fix typo in xlog.c
author
Michael Paquier
<michael@paquier.xyz>
Mon, 3 Feb 2025 00:22:45 +0000
(09:22 +0900)
committer
Michael Paquier
<michael@paquier.xyz>
Mon, 3 Feb 2025 00:22:45 +0000
(09:22 +0900)
"recovery" is not a verb. Introduced in
68cb5af46cd8
.
src/backend/access/transam/xlog.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/xlog.c
b/src/backend/access/transam/xlog.c
index bf3dbda901d52575b6f49be3f8761aa26ad65764..90ade4e7d3970b25bcc4489e256d9d99d1334d2d 100644
(file)
--- 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 recover
y
some transactions from it.
+ * it may be possible that we have to recover some transactions from it.
*/
RecoverPreparedTransactions();