Re: pgsql: Allow pg_receivewal to stream from a slot's restart LSN

Поиск
Список
Период
Сортировка
От Kyotaro Horiguchi
Тема Re: pgsql: Allow pg_receivewal to stream from a slot's restart LSN
Дата
Msg-id 20211026.112304.1962954080884317968.horikyota.ntt@gmail.com
обсуждение исходный текст
Ответ на pgsql: Allow pg_receivewal to stream from a slot's restart LSN  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: pgsql: Allow pg_receivewal to stream from a slot's restart LSN  (Michael Paquier <michael@paquier.xyz>)
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix overly-lax regex pattern in TAP test of READ_REPLICATION_SLO
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Revert "Remove unused wait events."