diff options
author | Tom Lane | 2008-02-16 21:16:04 +0000 |
---|---|---|
committer | Tom Lane | 2008-02-16 21:16:04 +0000 |
commit | 0171e72d4da2da7974ff13c63130e2175cebee88 (patch) | |
tree | c7cbf0a5a943ddbe374b3b838f3679be1f1c0014 /src/timezone/ialloc.c | |
parent | 2f67722dda9a46e82bad6807a12401dd7839910c (diff) |
Update timezone code to track the upstream changes since 2003. In particular
this adds support for 64-bit tzdata files, which is needed to support DST
calculations beyond 2038. Add a regression test case to give some minimal
confidence that that really works.
Heikki Linnakangas
Diffstat (limited to 'src/timezone/ialloc.c')
-rw-r--r-- | src/timezone/ialloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timezone/ialloc.c b/src/timezone/ialloc.c index 554e0854191..11fb1e66da0 100644 --- a/src/timezone/ialloc.c +++ b/src/timezone/ialloc.c @@ -1,9 +1,9 @@ /* * This file is in the public domain, so clarified as of - * 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov). + * 2006-07-17 by Arthur David Olson. * * IDENTIFICATION - * $PostgreSQL: pgsql/src/timezone/ialloc.c,v 1.9 2007/10/26 13:30:10 tgl Exp $ + * $PostgreSQL: pgsql/src/timezone/ialloc.c,v 1.10 2008/02/16 21:16:04 tgl Exp $ */ #include "postgres_fe.h" |