Fix typo in pg_walinspect.c

Spotted while looking at the surroundings, introduced by 2258e76.
This commit is contained in:
Michael Paquier 2022-04-26 14:24:13 +09:00
parent 21a10368eb
commit 06cafd6f57

View File

@ -91,7 +91,7 @@ InitXLogReaderState(XLogRecPtr lsn, XLogRecPtr *first_record)
XLogReaderState *xlogreader; 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 * This is a bootstrap WAL page and the page_read callback fails to read
* it. * it.
*/ */