Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 20d210b

Browse files
committed
1 parent 118e99c commit 20d210b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/executor/execReplication.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ ExecSimpleRelationUpdate(EState *estate, EPQState *epqstate,
448448

449449
CheckCmdReplicaIdentity(rel, CMD_UPDATE);
450450

451-
/* BEFORE ROW INSERT Triggers */
451+
/* BEFORE ROW UPDATE Triggers */
452452
if (resultRelInfo->ri_TrigDesc &&
453453
resultRelInfo->ri_TrigDesc->trig_update_before_row)
454454
{
@@ -509,7 +509,7 @@ ExecSimpleRelationDelete(EState *estate, EPQState *epqstate,
509509

510510
CheckCmdReplicaIdentity(rel, CMD_DELETE);
511511

512-
/* BEFORE ROW INSERT Triggers */
512+
/* BEFORE ROW DELETE Triggers */
513513
if (resultRelInfo->ri_TrigDesc &&
514514
resultRelInfo->ri_TrigDesc->trig_update_before_row)
515515
{

0 commit comments

Comments
 (0)