Re: pgsql: Allow pg_receivewal to stream from a slot's restart LSN - Mailing list pgsql-committers

From Kyotaro Horiguchi
Subject Re: pgsql: Allow pg_receivewal to stream from a slot's restart LSN
Date
Msg-id 20211026.112304.1962954080884317968.horikyota.ntt@gmail.com
Whole thread Raw
In response to pgsql: Allow pg_receivewal to stream from a slot's restart LSN  (Michael Paquier <michael@paquier.xyz>)
Responses Re: pgsql: Allow pg_receivewal to stream from a slot's restart LSN  (Michael Paquier <michael@paquier.xyz>)
List pgsql-committers
At Tue, 26 Oct 2021 00:47:44 +0000, Michael Paquier <michael@paquier.xyz> wrote in 
> Allow pg_receivewal to stream from a slot's restart LSN
...
> Details
> -------
> https://git.postgresql.org/pg/commitdiff/f61e1dd2cee6b1a1da75c2bb0ca3bc72f18748c1

Ouch.. sorry, it's a bit late.

I noticed a typo in the change.

+      If a starting point cannot not be calculated with the previous method,

The "not" is a duplicate.

reagrds.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center
diff --git a/doc/src/sgml/ref/pg_receivewal.sgml b/doc/src/sgml/ref/pg_receivewal.sgml
index d3c7488293..9fde2fd2ef 100644
--- a/doc/src/sgml/ref/pg_receivewal.sgml
+++ b/doc/src/sgml/ref/pg_receivewal.sgml
@@ -90,7 +90,7 @@ PostgreSQL documentation
 
     <listitem>
      <para>
-      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
       <command>READ_REPLICATION_SLOT</command> command is issued to retrieve
       the slot's <literal>restart_lsn</literal> to use as starting point.

pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix overly-lax regex pattern in TAP test of READ_REPLICATION_SLO
Next
From: Amit Kapila
Date:
Subject: pgsql: Revert "Remove unused wait events."