aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2022-04-26 14:24:13 +0900
committerMichael Paquier <michael@paquier.xyz>2022-04-26 14:24:13 +0900
commit06cafd6f577ba251ac10d4f009fc3be424705a37 (patch)
tree01932ebb2b44541672fd90467aeecaea5180bd3f
parent21a10368eb3fce73f146d7e48b4d81496f60d965 (diff)
downloadpostgresql-06cafd6f577ba251ac10d4f009fc3be424705a37.tar.gz
postgresql-06cafd6f577ba251ac10d4f009fc3be424705a37.zip
Fix typo in pg_walinspect.c
Spotted while looking at the surroundings, introduced by 2258e76.
-rw-r--r--contrib/pg_walinspect/pg_walinspect.c2
1 files changed, 1 insertions, 1 deletions
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.
*/