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

◆ INTERVAL_NOEND

#define INTERVAL_NOEND (   i)
Value:
do { \
(i)->time = PG_INT64_MAX; \
(i)->day = PG_INT32_MAX; \
(i)->month = PG_INT32_MAX; \
} while (0)
#define PG_INT32_MAX
Definition: c.h:540
#define PG_INT64_MAX
Definition: c.h:543