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; */ }