pgsql: Improve the protocol message descriptions for 2PC logical replic - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Improve the protocol message descriptions for 2PC logical replic
Date
Msg-id E1oLjn5-0007J0-7q@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve the protocol message descriptions for 2PC logical replication.

The messages were using 'two-phase transaction' at some places and
'prepared transaction' at other places. Make them consistently use
'prepared transaction'.

Reported-by: Ekaterina Kiryanova
Author: Peter Smith
Reviewed by: Amit Kapila
Backpatch-through: 15
Discussion: https://postgr.es/m/745414e7-efb2-a6ae-5b83-fcbdf35aabc8@postgrespro.ru

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0e60a50e0bf158bead247731e00cee95bcf64daf

Modified Files
--------------
doc/src/sgml/protocol.sgml | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Reinstate tests accidentally removed by e3fcca0d0d
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix typo in test_oat_hooks README