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 "
|
ereport(NOTICE, (errmsg("total select count = %d, total CPU time = %f "
|
||||||
"to tenant: %s",
|
"to tenant: %s",
|
||||||
tenantStats->selectCount, tenantStats->totalSelectTime,
|
tenantStats->selectCount,
|
||||||
tenantStats->tenantAttribute)));
|
tenantStats->totalSelectTime,
|
||||||
|
tenantStats->tenantAttribute)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*attributeToTenant = NULL; */
|
/*attributeToTenant = NULL; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue