[postgis-tickets] r17803 - Muck with stats message
Paul Ramsey
pramsey at cleverelephant.ca
Thu Sep 5 08:27:36 PDT 2019
Author: pramsey
Date: 2019-09-05 08:27:36 -0700 (Thu, 05 Sep 2019)
New Revision: 17803
Modified:
trunk/postgis/gserialized_estimate.c
Log:
Muck with stats message
Modified: trunk/postgis/gserialized_estimate.c
===================================================================
--- trunk/postgis/gserialized_estimate.c 2019-09-03 04:35:38 UTC (rev 17802)
+++ trunk/postgis/gserialized_estimate.c 2019-09-05 15:27:36 UTC (rev 17803)
@@ -2259,7 +2259,7 @@
if (!vardata.statsTuple)
{
- elog(DEBUG1, "%s: no statistics available on table, run ANALYZE?", __func__);
+ elog(DEBUG1, "%s: no statistics available on table. Empty? Need to ANALYZE?", __func__);
return DEFAULT_ND_SEL;
}
More information about the postgis-tickets
mailing list