1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-05 09:19:17 +03:00

Fix copy-and-pasteo in comment.

This commit is contained in:
Etsuro Fujita 2022-11-02 18:15:03 +09:00
parent 97bb80b1b6
commit 2896aa98ef

View File

@ -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;