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

◆ VARTAG_SIZE

#define VARTAG_SIZE (   tag)
Value:
((tag) == VARTAG_INDIRECT ? sizeof(varatt_indirect) : \
VARTAG_IS_EXPANDED(tag) ? sizeof(varatt_expanded) : \
(tag) == VARTAG_ONDISK ? sizeof(varatt_external) : \
TrapMacro(true, "unrecognized TOAST vartag"))
#define TrapMacro(condition, errorType)
Definition: c.h:828
@ VARTAG_ONDISK
Definition: postgres.h:148
@ VARTAG_INDIRECT
Definition: postgres.h:145
Definition: postgres.h:134
Definition: postgres.h:92
Definition: postgres.h:117