MobilityDB 1.1

◆ VARSIZE_ANY

#define VARSIZE_ANY (   PTR)
Value:
(VARATT_IS_1B(PTR) ? VARSIZE_1B(PTR) : \
VARSIZE_4B(PTR)))
#define VARSIZE_1B(PTR)
Definition: postgres.h:283
#define VARATT_IS_1B_E(PTR)
Definition: postgres.h:275
#define VARSIZE_EXTERNAL(PTR)
Definition: postgres.h:341
#define VARSIZE_4B(PTR)
Definition: postgres.h:281
#define VARATT_IS_1B(PTR)
Definition: postgres.h:273