Re: [HACKERS] win32 crash in initdb
- From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
- To: "Magnus Hagander" <mha(at)sollentuna(dot)net>
- Cc: "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com>, pgsql-hackers-win32(at)postgresql(dot)org, "PostgreSQL-patches" <pgsql-patches(at)postgresql(dot)org>
- Subject: Re: [HACKERS] win32 crash in initdb
- Date: Thu, 29 Jul 2004 13:25:19 -0400
- Message-id: <15610(dot)1091121919(at)sss(dot)pgh(dot)pa(dot)us>
"Magnus Hagander" <mha(at)sollentuna(dot)net> writes:
> Indeed that was the problem. Attached patch fixes the issue here and for
> Merlin :-)
This is not a good patch because it will treat the predictable pre-1970
failure as meaning the TZ should be rejected entirely. What we want to
do is treat a null result as a non-match and score the TZ according to
the number of prior successful matches.
regards, tom lane
Home |
Main Index |
Thread Index