Improve the protocol message descriptions for 2PC logical replication.

Amit Kapila <akapila@postgresql.org>

Commit: 0e60a50e0bf158bead247731e00cee95bcf64daf
Author: Amit Kapila <akapila@postgresql.org>
Date: 2022-08-10T11:11:31Z
Releases: 16.0
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

Files

PathChange+/−
doc/src/sgml/protocol.sgml modified +14 −14

Documentation touched

Discussion