We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0830cc9 commit 5c45d2fCopy full SHA for 5c45d2f
src/include/utils/datetime.h
@@ -285,7 +285,7 @@ extern int DecodeISO8601Interval(char *str,
285
int *dtype, struct pg_tm * tm, fsec_t *fsec);
286
287
extern void DateTimeParseError(int dterr, const char *str,
288
- const char *datatype);
+ const char *datatype) __attribute__((noreturn));
289
290
extern int DetermineTimeZoneOffset(struct pg_tm * tm, pg_tz *tzp);
291
0 commit comments