Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: [pgsql-hackers-win32] [HACKERS] win32 crash in initdb - Mailing list pgsql-patches

From Tom Lane
Subject Re: [pgsql-hackers-win32] [HACKERS] win32 crash in initdb
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: [pgsql-hackers-win32] [HACKERS] win32 crash in initdb  ("Magnus Hagander" <[email protected]>)
List pgsql-patches
"Magnus Hagander" <[email protected]> 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

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Point in Time Recovery
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Point in Time Recovery