Skip to content

Commit

Permalink
Revert some mis-indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
reshke committed Aug 13, 2024
1 parent f21ff3d commit 41b3b8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/backend/commands/matview.c
Original file line number Diff line number Diff line change
Expand Up @@ -1723,8 +1723,7 @@ ivm_immediate_maintenance(PG_FUNCTION_ARGS)
if (!(query->hasAggs && query->groupClause == NIL))
ExecuteTruncateGuts(list_make1(matviewRel), list_make1_oid(matviewOid),
NIL, DROP_RESTRICT, false, NULL);
else
if (Gp_role == GP_ROLE_DISPATCH)
else if (Gp_role == GP_ROLE_DISPATCH)
ExecuteTruncateGuts_IVM(matviewRel, matviewOid, query);

/* Clean up hash entry and delete tuplestores */
Expand Down

0 comments on commit 41b3b8a

Please sign in to comment.