1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-18 02:02:55 +03:00

Sync tzload() and tzparse() APIs with IANA release tzcode2016c.

This brings us a bit closer to matching upstream, but since it affects
files outside src/timezone/, we might choose not to back-patch it.
Hence keep it separate from the main update patch.
This commit is contained in:
Tom Lane
2016-03-28 17:19:29 -04:00
parent f5f15ea6aa
commit 1f4e9da624
4 changed files with 26 additions and 29 deletions

View File

@@ -69,7 +69,7 @@ extern int pg_open_tzfile(const char *name, char *canonname);
/* in localtime.c */
extern int tzload(const char *name, char *canonname, struct state * sp,
int doextend);
extern int tzparse(const char *name, struct state * sp, int lastditch);
bool doextend);
extern bool tzparse(const char *name, struct state * sp, bool lastditch);
#endif /* _PGTZ_H */