From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
---|---|
To: | Magnus Hagander <magnus(at)hagander(dot)net> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Timezone matching script (win32) |
Date: | 2010-04-13 17:31:33 |
Message-ID: | 20100413173133.GC2990@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Magnus Hagander wrote:
> Before I did that I wrote a small perlscript that reads pgtz.c and
> compares what's there to what's in the registry of the current
> machine. Turns out I had missed one, which is Argentina Standard Time.
>
> This script should probably live in CVS, and be run when Microsoft
> releases new timezone data. Where should I put it - src/timezone or
> somewhere in src/tools? (it does read pgtz.c in the current directory,
> but it doesn't actually edit the file - just outputs on stdout a list
> of changes to be made to the file manually)
I think it should live in src/tools and be mentioned in
src/tools/RELEASE_CHANGES
--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2010-04-13 17:55:39 | Re: Timezone matching script (win32) |
Previous Message | Alvaro Herrera | 2010-04-13 17:11:17 | Re: Naming of new EXCLUDE constraints |