pgsql: doc: Describe calculation method of streaming start for pg_recei

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Describe calculation method of streaming start for pg_recei
Date: 2021-10-23 05:45:11
Message-ID: E1me9qB-0006BD-1J@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Describe calculation method of streaming start for pg_receivewal

The documentation was imprecise about the starting LSN used for WAL
streaming if nothing can be found in the local archive directory
defined with the pg_receivewal command, so be more talkative on this
matter.

Extracted from a larger patch by the same author.

Author: Ronan Dunklau, Michael Paquier
Discussion: https://postgr.es/m/18708360.4lzOvYHigE@aivenronan
Backpatch-through: 10

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/affec9f6a2dec174b333b8d4c43948af9d825b46

Modified Files
--------------
doc/src/sgml/ref/pg_receivewal.sgml | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Etsuro Fujita 2021-10-23 08:13:00 Re: pgsql: postgres_fdw: Move comments about elog level in (sub)abort clean
Previous Message Tom Lane 2021-10-22 21:19:28 pgsql: In pg_dump, use simplehash.h to look up dumpable objects by OID.