![]() |
MobilityDB 1.3
|
◆ DATUM_FREE
Value:
do { \
if (! basetype_byvalue(basetype)) \
pfree(DatumGetPointer(value)); \
} while (0)
bool basetype_byvalue(meosType type) Return true if the values of the base type are passed by value. Definition: meos_catalog.c:614 |