Sync tzload() and tzparse() APIs with IANA release tzcode2016c.
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/initdb/findtimezone.c | modified | +3 −3 |
| src/timezone/localtime.c | modified | +19 −22 |
| src/timezone/pgtz.c | modified | +2 −2 |
| src/timezone/pgtz.h | modified | +2 −2 |