From: Michael Paquier Date: Tue, 26 Apr 2022 05:24:13 +0000 (+0900) Subject: Fix typo in pg_walinspect.c X-Git-Tag: REL_15_BETA1~103 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=06cafd6f577ba251ac10d4f009fc3be424705a37;p=thirdparty%2Fpostgresql.git Fix typo in pg_walinspect.c Spotted while looking at the surroundings, introduced by 2258e76. --- diff --git a/contrib/pg_walinspect/pg_walinspect.c b/contrib/pg_walinspect/pg_walinspect.c index 58afa1ab1c2..bf38863ff16 100644 --- a/contrib/pg_walinspect/pg_walinspect.c +++ b/contrib/pg_walinspect/pg_walinspect.c @@ -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. */