diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-10-19 18:55:52 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-10-19 18:55:52 -0400 |
commit | f3094920a567cde6c86adf36a1a033d7431b11ff (patch) | |
tree | 8eade1521df56733d693a8e890bd521166f5c766 /src/timezone/private.h | |
parent | a3215431ab7c667bf581728f10c80a36abbe1d5a (diff) | |
download | postgresql-f3094920a567cde6c86adf36a1a033d7431b11ff.tar.gz postgresql-f3094920a567cde6c86adf36a1a033d7431b11ff.zip |
Sync our copy of the timezone library with IANA release tzcode2016g.
This is mostly to absorb some corner-case fixes in zic for year-2037
timestamps. The other changes that have been made are unlikely to affect
our usage, but nonetheless we may as well take 'em.
Diffstat (limited to 'src/timezone/private.h')
-rw-r--r-- | src/timezone/private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timezone/private.h b/src/timezone/private.h index 8480d389612..b8533d51e83 100644 --- a/src/timezone/private.h +++ b/src/timezone/private.h @@ -23,6 +23,7 @@ #include "pgtime.h" +/* This string was in the Factory zone through version 2016f. */ #define GRANDPARENTED "Local time zone must be set--see zic manual page" /* |