PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ gserialized_gist_decompress()

Datum gserialized_gist_decompress ( PG_FUNCTION_ARGS  )

Definition at line 1177 of file gserialized_gist_nd.c.

Referenced by gserialized_gist_compress().

1178 {
1179  POSTGIS_DEBUG(5, "[GIST] 'decompress' function called");
1180  /* We don't decompress. Just return the input. */
1181  PG_RETURN_POINTER(PG_GETARG_POINTER(0));
1182 }
Here is the caller graph for this function: