pull/6763/head
Halil Ozan Akgul 2023-03-09 12:16:00 +03:00
parent e8b31058e7
commit e9017b085b
1 changed files with 4 additions and 2 deletions

View File

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