Skip to content

Commit 334069b

Browse files
committed
Remove occasional change
1 parent 3bbd67c commit 334069b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backend/executor/nodeModifyTable.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,6 @@ ExecInsert(ModifyTableState *mtstate,
354354
ModifyTable *node = (ModifyTable *) mtstate->ps.plan;
355355
OnConflictAction onconflict = node->onConflictAction;
356356

357-
if (resultRelInfo->ri_NumIndices > 0)
358357
ExecMaterializeSlot(slot);
359358

360359
/*

0 commit comments

Comments
 (0)