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

Lines changed: 2 additions & 2 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy