PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ LWGEOM_send()

Datum LWGEOM_send ( PG_FUNCTION_ARGS  )

Definition at line 794 of file lwgeom_inout.c.

References LWGEOM_to_bytea(), PG_FUNCTION_INFO_V1(), and WKBFromLWGEOM().

Referenced by LWGEOM_recv().

795 {
796  POSTGIS_DEBUG(2, "LWGEOM_send called");
797 
798  PG_RETURN_POINTER(
799  DatumGetPointer(
800  DirectFunctionCall1(
802  PG_GETARG_DATUM(0)
803  )));
804 }
Datum WKBFromLWGEOM(PG_FUNCTION_ARGS)
Definition: lwgeom_inout.c:422
Here is the call graph for this function:
Here is the caller graph for this function: