PostGIS
2.4.9dev-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 whith INHERITS, when "only_parent" is TRUE this function only searchs for stats in the parent table ignoring any statistic collected from the children.
Definition at line 959 of file gserialized_estimate.c.
References pg_get_nd_stats(), and text2cstring().
Referenced by _postgis_gserialized_joinsel(), _postgis_gserialized_sel(), _postgis_gserialized_stats(), and gserialized_estimated_extent().