Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 06cafd6

Browse files
committed
Fix typo in pg_walinspect.c
Spotted while looking at the surroundings, introduced by 2258e76.
1 parent 21a1036 commit 06cafd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_walinspect/pg_walinspect.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ InitXLogReaderState(XLogRecPtr lsn, XLogRecPtr *first_record)
9191
XLogReaderState *xlogreader;
9292

9393
/*
94-
* Reading WAL below the first page of the first sgements isn't allowed.
94+
* Reading WAL below the first page of the first segments isn't allowed.
9595
* This is a bootstrap WAL page and the page_read callback fails to read
9696
* it.
9797
*/

0 commit comments

Comments
 (0)