| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
| Cc: | Andrew Dunstan <andrew(at)dunslane(dot)net>, Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Magnus Hagander <mha(at)sollentuna(dot)net> |
| Subject: | Re: timezone changes break windows and cygwin |
| Date: | 2005-07-06 14:29:26 |
| Message-ID: | 26037.1120660166@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> Add to this something Magnus mentioned that I did not see until just
> now. The backend links in timezone/SUBSYS.o, which doesn't use pgport,
> so you have pgport versions and native versions of some functions in the
> same backend binary. I am not sure that will always work. Add to that,
> are those object files fully compatible with the backend?
The patch was never supposed to change timezone/SUBSYS.o! Only the zic
executable. If it's having any side effects on what goes into SUBSYS.o,
it's simply wrong.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2005-07-06 14:35:37 | Re: By Passed Domain Constraints |
| Previous Message | Bruce Momjian | 2005-07-06 14:26:58 | Re: timezone changes break windows and cygwin |