pgsql: Improve documentation for START_REPLICATION ... LOGICAL.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve documentation for START_REPLICATION ... LOGICAL.
Date: 2021-07-30 22:16:14
Message-ID: E1m9ane-0002aL-5X@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve documentation for START_REPLICATION ... LOGICAL.

The starting point may not be exactly what the client requested; it
may be at the slot's confirmed_flush_lsn.

Also, upgrade the message from DEBUG1 to LOG when this happens.

Reviewed-by: Amit Kapila
Discussion: https://postgr.es/m/c5c861d576f2511732f8002c76245da587110b1c.camel%40j-davis.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/14d474e079e1edf08926a2e68028cbd82dd614c4

Modified Files
--------------
doc/src/sgml/protocol.sgml | 20 ++++++++++++++++----
src/backend/replication/logical/logical.c | 6 +++++-
2 files changed, 21 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2021-07-30 22:37:35 Re: pgsql: Fix range check in ECPG numeric to int conversion
Previous Message John Naylor 2021-07-30 20:43:22 pgsql: Fix range check in ECPG numeric to int conversion