PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ LWGEOM_from_bytea()

Datum LWGEOM_from_bytea ( PG_FUNCTION_ARGS  )

Definition at line 761 of file lwgeom_inout.c.

762 {
764 
765  POSTGIS_DEBUG(2, "LWGEOM_from_bytea start");
766 
767  result = (GSERIALIZED *)DatumGetPointer(DirectFunctionCall1(
768  LWGEOMFromEWKB, PG_GETARG_DATUM(0)));
769 
770  PG_RETURN_POINTER(result);
771 }
char result[OUT_DOUBLE_BUFFER_SIZE]
Definition: cu_print.c:267
Datum LWGEOMFromEWKB(PG_FUNCTION_ARGS)
Definition: lwgeom_inout.c:351

References LWGEOMFromEWKB(), and result.

Here is the call graph for this function: