Rename the conflict types for the origin differ cases.
Amit Kapila <akapila@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/logical-replication.sgml | modified | +3 −3 |
| src/backend/replication/logical/conflict.c | modified | +6 −6 |
| src/backend/replication/logical/worker.c | modified | +3 −3 |
| src/include/replication/conflict.h | modified | +2 −2 |
| src/test/subscription/t/013_partition.pl | modified | +1 −1 |
| src/test/subscription/t/030_origin.pl | modified | +2 −2 |
Documentation touched
Discussion
- Conflict detection and logging in logical replication 120 messages · 2024-06-21 → 2024-08-28