1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

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;
/*
* 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.
*/