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

◆ INTERVAL_NOBEGIN

#define INTERVAL_NOBEGIN (   i)
Value:
do { \
(i)->time = PG_INT64_MIN; \
(i)->day = PG_INT32_MIN; \
(i)->month = PG_INT32_MIN; \
} while (0)
#define PG_INT64_MIN
Definition: c.h:542
#define PG_INT32_MIN
Definition: c.h:539