Fix copy-and-pasteo in comment.

pull/139/head
Etsuro Fujita 3 years ago
parent 97bb80b1b6
commit 2896aa98ef
  1. 2
      src/backend/executor/nodeModifyTable.c

@ -1355,7 +1355,7 @@ ldelete:;
mtstate->mt_transition_capture); 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. * DELETE trigger fired below doesn't capture it again.
*/ */
ar_delete_trig_tcs = NULL; ar_delete_trig_tcs = NULL;

Loading…
Cancel
Save