PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ gserialized_gist_decompress()

Datum gserialized_gist_decompress ( PG_FUNCTION_ARGS  )

Definition at line 1003 of file gserialized_gist_nd.c.

1004{
1005 POSTGIS_DEBUG(5, "[GIST] 'decompress' function called");
1006 /* We don't decompress. Just return the input. */
1007 PG_RETURN_POINTER(PG_GETARG_POINTER(0));
1008}