diff options
author | Michael Paquier | 2025-04-19 10:17:42 +0000 |
---|---|---|
committer | Michael Paquier | 2025-04-19 10:17:42 +0000 |
commit | 88e947136b47664b6936b35542f2d1eda0c90588 (patch) | |
tree | 6a5999ed2088fb1455940632b70a8d452ec56347 /src/backend/executor/nodeModifyTable.c | |
parent | 114f7fa81c72637d75b574269f2076dcc1104e24 (diff) |
Fix typos and grammar in the code
The large majority of these have been introduced by recent commits done
in the v18 development cycle.
Author: Alexander Lakhin <[email protected]>
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
-rw-r--r-- | src/backend/executor/nodeModifyTable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/nodeModifyTable.c b/src/backend/executor/nodeModifyTable.c index 333cbf78343..46d533b7288 100644 --- a/src/backend/executor/nodeModifyTable.c +++ b/src/backend/executor/nodeModifyTable.c @@ -1311,7 +1311,7 @@ ExecInsert(ModifyTableContext *context, /* * Convert the OLD tuple to the new partition's format/slot, if - * needed. Note that ExceDelete() already converted it to the + * needed. Note that ExecDelete() already converted it to the * root's partition's format/slot. */ oldSlot = context->cpDeletedSlot; |