mirror of https://github.com/citusdata/citus.git
indent
parent
e8b31058e7
commit
e9017b085b
|
@ -358,10 +358,12 @@ AttributeMetricsIfApplicable()
|
|||
{
|
||||
ereport(NOTICE, (errmsg("total select count = %d, total CPU time = %f "
|
||||
"to tenant: %s",
|
||||
tenantStats->selectCount, tenantStats->totalSelectTime,
|
||||
tenantStats->selectCount,
|
||||
tenantStats->totalSelectTime,
|
||||
tenantStats->tenantAttribute)));
|
||||
}
|
||||
}
|
||||
|
||||
/*attributeToTenant = NULL; */
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue