pgsql: doc: Update information of new messages for logical replication.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Update information of new messages for logical replication.
Date: 2021-04-12 04:09:59
Message-ID: E1lVntf-0003Bv-R5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Update information of new messages for logical replication.

Updated documentation for new messages added for streaming of in-progress
transactions, as well as changes made to the existing messages. It also
updates the information of protocol versions supported for logical
replication.

Author: Ajin Cherian
Reviewed-by: Amit Kapila, Peter Smith, Euler Taveira
Discussion: https://postgr.es/m/CAFPTHDYHN9m=MZZct-B=BYg_TETvv+kXvL9RD2DpaBS5pGxGYg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/15c1a9d9cb7604472d4823f48b64cdc02c441194

Modified Files
--------------
doc/src/sgml/protocol.sgml | 283 ++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 277 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-04-12 04:57:39 pgsql: Move log_autovacuum_min_duration into its correct sections
Previous Message Amit Kapila 2021-04-12 03:35:20 pgsql: Allocate access strategy in parallel VACUUM workers.