diff options
Diffstat (limited to 'src/backend/replication')
-rw-r--r-- | src/backend/replication/logical/worker.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/replication/logical/worker.c b/src/backend/replication/logical/worker.c index 59b6ae7719a..8e343873454 100644 --- a/src/backend/replication/logical/worker.c +++ b/src/backend/replication/logical/worker.c @@ -2923,7 +2923,7 @@ apply_handle_update_internal(ApplyExecutionData *edata, /* * Detecting whether the tuple was recently deleted or never existed - * is crucial to avoid misleading the user during confict handling. + * is crucial to avoid misleading the user during conflict handling. */ if (FindDeletedTupleInLocalRel(localrel, localindexoid, remoteslot, &conflicttuple.xmin, @@ -3392,7 +3392,7 @@ apply_handle_tuple_routing(ApplyExecutionData *edata, /* * Detecting whether the tuple was recently deleted or * never existed is crucial to avoid misleading the user - * during confict handling. + * during conflict handling. */ if (FindDeletedTupleInLocalRel(partrel, part_entry->localindexoid, |