projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
155601d
)
Fix copy-and-pasteo in comment.
author
Etsuro Fujita
Wed, 2 Nov 2022 09:15:00 +0000
(18:15 +0900)
committer
Etsuro Fujita
Wed, 2 Nov 2022 09:15:00 +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 447f7bc2fb7883b8a63c9ee8df9cb10f2a3ef544..d8fd3cfdbef4bdab924febd8bbaf19ca649a30e2 100644
(file)
--- a/
src/backend/executor/nodeModifyTable.c
+++ b/
src/backend/executor/nodeModifyTable.c
@@
-1264,7
+1264,7
@@
ExecDeleteEpilogue(ModifyTableContext *context, ResultRelInfo *resultRelInfo,
false);
/*
- * 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;