| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Magnus Hagander <mha(at)sollentuna(dot)net> |
| Cc: | pgsql-patches(at)postgresql(dot)org |
| Subject: | New native timezone library patch for all platforms |
| Date: | 2004-05-19 22:52:18 |
| Message-ID: | 200405192252.i4JMqIA19274@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
Magnus Hagander wrote:
> Here's an updated timezone patch, against current cvs HEAD.
>
> It also adds a couple of more fixes to the find_my_exec code so it will
> pick up the tz directory in all places. (It applies to cvs after the
> code was moved back out of main.c and into postmaster.c/postgres.c).
OK, I have put up a new patch at:
ftp://candle.pha.pa.us/pub/postgresql/mypatches/timezone
The patch also involves removing a number of files, but that will not
affect testing. pg_time.h goes into src/include, and strftime.c goes
into src/timezone. I wil run pgindent before applying.
It did not require moving find_my_exec() higher so we are OK there with
the elog calls.
It passes all regression tests on my BSD/OS machine.
This patch hits a lot of drifting code so I will try to get it applied
in the next 12-24 hours.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Claudio Natoli | 2004-05-19 23:36:07 | Re: [COMMITTERS] pgsql-server/src backend/main/main.c b |
| Previous Message | Bruce Momjian | 2004-05-19 22:34:57 | Re: [PORTS] Building PgSQL 7.4.2 on SGI Irix 6.19 |