Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
RekGRpth committed Oct 10, 2024
1 parent e1f2e18 commit e9a3b45
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/gp_activetable.c
Original file line number Diff line number Diff line change
Expand Up @@ -1190,9 +1190,7 @@ pull_active_table_size_from_seg(HTAB *local_table_stats_map, char *active_oid_ar
}

/* when segid is -1, the tablesize is the sum of tablesize of master and all segments */

if (!found)
entry->tablesize[0] = 0;
if (!found) entry->tablesize[0] = 0;

/* sum table size from all the segments */
entry->tablesize[0] += tableSize;
Expand Down

0 comments on commit e9a3b45

Please sign in to comment.