We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a1036 commit 06cafd6Copy full SHA for 06cafd6
contrib/pg_walinspect/pg_walinspect.c
@@ -91,7 +91,7 @@ InitXLogReaderState(XLogRecPtr lsn, XLogRecPtr *first_record)
91
XLogReaderState *xlogreader;
92
93
/*
94
- * Reading WAL below the first page of the first sgements isn't allowed.
+ * Reading WAL below the first page of the first segments isn't allowed.
95
* This is a bootstrap WAL page and the page_read callback fails to read
96
* it.
97
*/
0 commit comments