projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97bb80b
)
Fix copy-and-pasteo in comment.
author
Etsuro Fujita
<
[email protected]
>
Wed, 2 Nov 2022 09:15:03 +0000
(18:15 +0900)
committer
Etsuro Fujita
<
[email protected]
>
Wed, 2 Nov 2022 09:15:03 +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 ac9ff46cb4773761bf2d222ac526fa6bc9d6b287..37ba4755cbc45e6b24a607ef12fa1ad916152bdb 100644
(file)
--- a/
src/backend/executor/nodeModifyTable.c
+++ b/
src/backend/executor/nodeModifyTable.c
@@
-1355,7
+1355,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;