MobilityDB 1.3
Loading...
Searching...
No Matches

◆ VARSIZE_ANY

#define VARSIZE_ANY (   PTR)
Value:
(VARATT_IS_1B(PTR) ? VARSIZE_1B(PTR) : \
VARSIZE_4B(PTR)))
#define VARSIZE_1B(PTR)
Definition: postgres.h:286
#define VARATT_IS_1B_E(PTR)
Definition: postgres.h:278
#define VARSIZE_EXTERNAL(PTR)
Definition: postgres.h:344
#define VARSIZE_4B(PTR)
Definition: postgres.h:284
#define VARATT_IS_1B(PTR)
Definition: postgres.h:276