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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user