diff options
| author | Tom Lane | 2010-03-11 18:43:24 +0000 |
|---|---|---|
| committer | Tom Lane | 2010-03-11 18:43:24 +0000 |
| commit | f4898c945fb18c3ced03101adecb6c58e4128ad5 (patch) | |
| tree | 07a47ab5d63be9c02a4c264478ca3f25f9a900a7 /src/timezone/README | |
| parent | e0f9e2b648c8e6f237549c353b7b3179654451d1 (diff) | |
Sync timezone code with tzcode 2010c from the Olson group. This fixes some
corner cases that come up in certain timezones (apparently, only those with
lots and lots of distinct TZ transition rules, as far as I can gather from
a quick scan of their archives). Per suggestion from Jeevan Chalke.
Back-patch to 8.4. Possibly we need to push this into earlier releases
as well, but I'm hesitant to update them to the 64-bit tzcode without
more thought and testing.
Diffstat (limited to 'src/timezone/README')
| -rw-r--r-- | src/timezone/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timezone/README b/src/timezone/README index db39d5347c7..a4ba7053c4e 100644 --- a/src/timezone/README +++ b/src/timezone/README @@ -1,4 +1,4 @@ -$PostgreSQL: pgsql/src/timezone/README,v 1.7 2008/03/21 13:23:29 momjian Exp $ +$PostgreSQL: pgsql/src/timezone/README,v 1.8 2010/03/11 18:43:24 tgl Exp $ Timezone ======== @@ -7,7 +7,7 @@ This is a PostgreSQL adapted version of the timezone library from: ftp://elsie.nci.nih.gov/pub/tzcode*.tar.gz -The code is currently synced with release 2007k. There are many cosmetic +The code is currently synced with release 2010c. There are many cosmetic (and not so cosmetic) differences from the original tzcode library, but diffs in the upstream version should usually be propagated to our version. |
