projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec9a000
)
Fix copy-and-pasteo in comment.
author
Etsuro Fujita
<
[email protected]
>
Wed, 2 Nov 2022 09:15:06 +0000
(18:15 +0900)
committer
Etsuro Fujita
<
[email protected]
>
Wed, 2 Nov 2022 09:15:06 +0000
(18:15 +0900)
src/backend/executor/nodeModifyTable.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/executor/nodeModifyTable.c
b/src/backend/executor/nodeModifyTable.c
index 91bd0de28ce6932f90a15e5f6cbbd706427de3fe..5d1c5d41ede01ffd6ec3774bab0ec880a3f21b70 100644
(file)
--- a/
src/backend/executor/nodeModifyTable.c
+++ b/
src/backend/executor/nodeModifyTable.c
@@
-1027,7
+1027,7
@@
ldelete:;
mtstate->mt_transition_capture);
/*
- * We've already captured the
NEW
TABLE row, so make sure any AR
+ * We've already captured the
OLD
TABLE row, so make sure any AR
* DELETE trigger fired below doesn't capture it again.
*/
ar_delete_trig_tcs = NULL;