pgsql: Doc: Update logical replication message formats.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Update logical replication message formats.
Date: 2021-06-24 06:23:20
Message-ID: E1lwIlk-0007if-T4@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Update logical replication message formats.

Commits 9de77b5453 and ac4645c015 missed to update the logical replication
message formats section in the docs.

Author: Brar Piening
Reviewed-by: Amit Kapila
Discussion: https://www.postgresql.org/message-id/cc70956c-e578-e54f-49e6-b5d68c89576f@gmx.de

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/protocol.sgml | 29 +++++++++++++++++++++++++++--
1 file changed, 27 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2021-06-24 07:46:43 pgsql: Prevent race condition while reading relmapper file.
Previous Message Amit Kapila 2021-06-24 05:18:12 pgsql: Doc: Update caveats in synchronous logical replication.