Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangulbiz committed Apr 26, 2023
1 parent 60e983c commit bbebbbe
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/backend/distributed/utils/citus_stat_tenants.c
Expand Up @@ -148,17 +148,9 @@ citus_stat_tenants_local(PG_FUNCTION_ARGS)
SpinLockRelease(&stat->lock);
}

int a = 0;
if (j > 15)
{
a = 5;
}

SafeQsort(stats, j, sizeof(TenantStats),
SafeQsort(stats, j, sizeof(TenantStats *),
CompareTenantScore);

a = 10;

for (int i = 0; i < numberOfRowsToReturn; i++)
{
memset(values, 0, sizeof(values));
Expand Down

0 comments on commit bbebbbe

Please sign in to comment.