PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ gserialized_gist_decompress_2d()

Datum gserialized_gist_decompress_2d ( PG_FUNCTION_ARGS  )

Definition at line 914 of file gserialized_gist_2d.c.

915 {
916  POSTGIS_DEBUG(5, "[GIST] 'decompress' function called");
917  /* We don't decompress. Just return the input. */
918  PG_RETURN_POINTER(PG_GETARG_POINTER(0));
919 }