From 8af09daf5629e9b85f37cc23983819b8ccd11b43 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Tue, 26 Oct 2021 13:57:18 +0900 Subject: [PATCH] doc: Fix grammar in page of pg_receivewal Introduced by f61e1dd. Author: Kyotaro Horiguchi Discussion: https://postgr.es/m/20211026.112304.1962954080884317968.horikyota.ntt@gmail.com --- doc/src/sgml/ref/pg_receivewal.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/pg_receivewal.sgml b/doc/src/sgml/ref/pg_receivewal.sgml index d3c74882937..9fde2fd2ef6 100644 --- a/doc/src/sgml/ref/pg_receivewal.sgml +++ b/doc/src/sgml/ref/pg_receivewal.sgml @@ -90,7 +90,7 @@ PostgreSQL documentation - If a starting point cannot not be calculated with the previous method, + If a starting point cannot be calculated with the previous method, and if a replication slot is used, an extra READ_REPLICATION_SLOT command is issued to retrieve the slot's restart_lsn to use as starting point. -- 2.30.2