Rename the conflict types for the origin differ cases.
authorAmit Kapila <[email protected]>
Thu, 29 Aug 2024 03:42:12 +0000 (09:12 +0530)
committerAmit Kapila <[email protected]>
Thu, 29 Aug 2024 03:42:12 +0000 (09:12 +0530)
commit640178c92e3f6c74d275369b291b507834f1309e
treef290870e19c7b160800289d64c828b1f2f07ea14
parent9d90e2bdafbdeba037aa4fee3febe9f48201bf74
Rename the conflict types for the origin differ cases.

The conflict types 'update_differ' and 'delete_differ' indicate that a row
to be modified was previously altered by another origin. Rename those to
'update_origin_differs' and 'delete_origin_differs' to clarify their
meaning.

Author: Hou Zhijie
Reviewed-by: Shveta Malik, Peter Smith
Discussion: https://postgr.es/m/CAA4eK1+HEKwG_UYt4Zvwh5o_HoCKCjEGesRjJX38xAH3OxuuYA@mail.gmail.com
doc/src/sgml/logical-replication.sgml
src/backend/replication/logical/conflict.c
src/backend/replication/logical/worker.c
src/include/replication/conflict.h
src/test/subscription/t/013_partition.pl
src/test/subscription/t/030_origin.pl