PostGIS
3.7.0dev-r@@SVN_REVISION@@
|
#include "postgres.h"
#include "funcapi.h"
#include "utils/array.h"
#include "utils/builtins.h"
#include "utils/lsyscache.h"
#include "utils/numeric.h"
#include "access/htup_details.h"
#include "liblwgeom.h"
#include "liblwgeom_internal.h"
Go to the source code of this file.
Functions | |
static void | ptarray_remove_dim_helper (POINTARRAY *points, double mindx, double mindy) |
PG_FUNCTION_INFO_V1 (ST_RemoveSmallParts) | |
Datum | ST_RemoveSmallParts (PG_FUNCTION_ARGS) |