mirror of
https://github.com/postgres/postgres.git
synced 2026-02-28 20:30:45 -05:00
Fix copy-and-pasteo in comment.
This commit is contained in:
parent
468a9f37fb
commit
d5e1748f02
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue