Re: Server crash with older tzload library - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Server crash with older tzload library
Date
Msg-id 20157.1268319581@sss.pgh.pa.us
Whole thread Raw
In response to Server crash with older tzload library  (Jeevan Chalke <jeevan.chalke@enterprisedb.com>)
Responses Re: Server crash with older tzload library
List pgsql-hackers
Jeevan Chalke <jeevan.chalke@enterprisedb.com> writes:
> While setting timezone using SET command (say GMT+3:30), postgres sometimes
> crashes randomly.

I can't reproduce that:

regression=# SET TimeZone = 'GMT+3:30';
SET
regression=# SELECT '1969-12-31 20:30:00'::timestamptz;       timestamptz        
---------------------------1969-12-31 20:30:00-03:30
(1 row)

        regards, tom lane


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: renameatt() can rename attribute of index, sequence, ...
Next
From: Tom Lane
Date:
Subject: Re: Can we still trust plperl?