projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21a1036
)
Fix typo in pg_walinspect.c
author
Michael Paquier
Tue, 26 Apr 2022 05:24:13 +0000
(14:24 +0900)
committer
Michael Paquier
Tue, 26 Apr 2022 05:24:13 +0000
(14:24 +0900)
Spotted while looking at the surroundings, introduced by
2258e76
.
contrib/pg_walinspect/pg_walinspect.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_walinspect/pg_walinspect.c
b/contrib/pg_walinspect/pg_walinspect.c
index 58afa1ab1c2346c32b996f463297b52a9a0594df..bf38863ff16642c25f141ff3b5400df244c471bc 100644
(file)
--- a/
contrib/pg_walinspect/pg_walinspect.c
+++ b/
contrib/pg_walinspect/pg_walinspect.c
@@
-91,7
+91,7
@@
InitXLogReaderState(XLogRecPtr lsn, XLogRecPtr *first_record)
XLogReaderState *xlogreader;
/*
- * Reading WAL below the first page of the first s
ge
ments isn't allowed.
+ * Reading WAL below the first page of the first s
eg
ments isn't allowed.
* This is a bootstrap WAL page and the page_read callback fails to read
* it.
*/