projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d772b18
)
Fix typo in xlogrecovery.c code comment
author
Daniel Gustafsson
Thu, 7 Apr 2022 12:01:28 +0000
(14:01 +0200)
committer
Daniel Gustafsson
Thu, 7 Apr 2022 12:02:33 +0000
(14:02 +0200)
Author: Bharath Rupireddy
Discussion: https://postgr.es/m/CALj2ACUoPtnReT=yAQMcWLtcCpk7p83xjeA8tiRX8Q0_sjh8kw@mail.gmail.com
src/backend/access/transam/xlogrecovery.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/xlogrecovery.c
b/src/backend/access/transam/xlogrecovery.c
index 54fd10475a709e9a48eed1872f0d33de6c044832..2e555f8573d3063bc1e83c9714f2bb44735bac5d 100644
(file)
--- a/
src/backend/access/transam/xlogrecovery.c
+++ b/
src/backend/access/transam/xlogrecovery.c
@@
-4427,7
+4427,7
@@
GetXLogReplayRecPtr(TimeLineID *replayTLI)
/*
* Get position of last applied, or the record being applied.
*
- * This is different from GetLogReplayRecPtr() in that if a WAL
+ * This is different from Get
X
LogReplayRecPtr() in that if a WAL
* record is currently being applied, this includes that record.
*/
XLogRecPtr