PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ postgis_uses_stats()

Datum postgis_uses_stats ( PG_FUNCTION_ARGS  )

Definition at line 213 of file lwgeom_functions_basic.c.

214 {
215  PG_RETURN_BOOL(true);
216 }