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