mirror of https://github.com/postgres/postgres
Fix typo in pg_walinspect.c
Spotted while looking at the surroundings, introduced by 2258e76
.
This commit is contained in:
parent
21a10368eb
commit
06cafd6f57
|
@ -91,7 +91,7 @@ InitXLogReaderState(XLogRecPtr lsn, XLogRecPtr *first_record)
|
|||
XLogReaderState *xlogreader;
|
||||
|
||||
/*
|
||||
* 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.
|
||||
* This is a bootstrap WAL page and the page_read callback fails to read
|
||||
* it.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue