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

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: michael(at)paquier(dot)xyz
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Allow pg_receivewal to stream from a slot's restart LSN
Date: 2021-10-26 02:23:04
Message-ID: 20211026.112304.1962954080884317968.horikyota.ntt@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

At Tue, 26 Oct 2021 00:47:44 +0000, Michael Paquier <michael(at)paquier(dot)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

Attachment Content-Type Size
fix_doc_pg_receivewal_sgml.patch text/x-patch 637 bytes

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2021-10-26 03:06:30 pgsql: Revert "Remove unused wait events."
Previous Message Michael Paquier 2021-10-26 02:21:21 pgsql: Fix overly-lax regex pattern in TAP test of READ_REPLICATION_SLO