PostGIS
3.7.0dev-r@@SVN_REVISION@@
|
|
static |
Pull the stats object from the PgSQL system catalogs.
The debugging functions are taking human input (table names) and columns, so we have to look those up first. In case of parent tables with INHERITS, when "only_parent" is true this function only searches for stats in the parent table ignoring any statistic collected from the children.
Definition at line 997 of file gserialized_estimate.c.
References pg_get_nd_stats().
Referenced by _postgis_gserialized_joinsel(), _postgis_gserialized_sel(), _postgis_gserialized_stats(), and gserialized_estimated_extent().