MobilityDB 1.1

◆ elog

#define elog (   error,
  ... 
)
Value:
do { \
fprintf (stderr, __VA_ARGS__); \
if (error == ERROR) \
exit(EXIT_FAILURE); \
} while(0);
#define EXIT_FAILURE
Definition: postgres.h:52
#define ERROR
Definition: postgres.h:51