MobilityDB  1.0

◆ base_type_byvalue()

bool base_type_byvalue ( Oid  basetypid)

Returns true if the values of the type are passed by value.

This function is called only for the base types of the temporal types To avoid a call of the slow function get_typbyval (which makes a lookup call), the known base types are explicitly enumerated.