PostGIS
2.4.9dev-r@@SVN_REVISION@@
◆
gserialized_gist_decompress_2d()
Datum gserialized_gist_decompress_2d
(
PG_FUNCTION_ARGS
)
Definition at line
989
of file
gserialized_gist_2d.c
.
Referenced by
gserialized_gist_compress_2d()
.
990
{
991
POSTGIS_DEBUG(5,
"[GIST] 'decompress' function called"
);
992
/* We don't decompress. Just return the input. */
993
PG_RETURN_POINTER(PG_GETARG_POINTER(0));
994
}
Here is the caller graph for this function:
postgis
gserialized_gist_2d.c
Generated by
1.8.13