Обсуждение: pgsql: Improve the protocol message descriptions for 2PC logical replic

Поиск
Список
Период
Сортировка

pgsql: Improve the protocol message descriptions for 2PC logical replic

От
Amit Kapila
Дата:
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
------
REL_15_STABLE

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

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