Rename the conflict types for the origin differ cases.

Amit Kapila <akapila@postgresql.org>

Commit: 640178c92e3f6c74d275369b291b507834f1309e
Author: Amit Kapila <akapila@postgresql.org>
Date: 2024-08-29T03:42:12Z
Releases: 18.0
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

Files

Documentation touched

Discussion