From e9a3b451cefb6d02eb49d4025f757fab25739df6 Mon Sep 17 00:00:00 2001 From: Georgy Shelkovy Date: Thu, 10 Oct 2024 18:24:26 +0500 Subject: [PATCH] format --- src/gp_activetable.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/gp_activetable.c b/src/gp_activetable.c index d91c5bad..9cb7a4ca 100644 --- a/src/gp_activetable.c +++ b/src/gp_activetable.c @@ -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;