From e9017b085bb16aebcc2c274cfd4018e4f0bea811 Mon Sep 17 00:00:00 2001 From: Halil Ozan Akgul Date: Thu, 9 Mar 2023 12:16:00 +0300 Subject: [PATCH] indent --- src/backend/distributed/utils/attribute.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/backend/distributed/utils/attribute.c b/src/backend/distributed/utils/attribute.c index ed276845f..bc7a3f7cd 100644 --- a/src/backend/distributed/utils/attribute.c +++ b/src/backend/distributed/utils/attribute.c @@ -358,10 +358,12 @@ AttributeMetricsIfApplicable() { ereport(NOTICE, (errmsg("total select count = %d, total CPU time = %f " "to tenant: %s", - tenantStats->selectCount, tenantStats->totalSelectTime, - tenantStats->tenantAttribute))); + tenantStats->selectCount, + tenantStats->totalSelectTime, + tenantStats->tenantAttribute))); } } + /*attributeToTenant = NULL; */ }