Greg Smith writes:
> I must have missed that thread, I think I'm missing one of these lists
> (pgsql-bugs maybe?). I've cc'd Mark Watson so maybe you can get better
> responses without me in the middle if needed; for this one, he reports:
> Show timezone gives US/Eastern
> Select * from pg_tim
Tom Lane wrote:
SELECT 'INFINITY'::TIMESTAMP;
Hmm ... I bet this is related to the recent reports about ALTER USER
VALID UNTIL 'infinity' crashing on Windows. Can the people seeing this
get through the regression tests? Perhaps more to the point, what is
their setting of TimeZone? What
Greg Smith writes:
> A 9.1Beta1 test report from Richard Broersma (and confirmed on another
> system by Mark Watson) showed up pgsql-testers this week at
> http://archives.postgresql.org/pgsql-testers/2011-05/msg0.php with
> the following test crashing his Windows server every time:
> SELE
On 10 May 2011 23:02, Greg Smith wrote:
> Why crash there only on Windows? Was the problem actually introduced above
> this part of the code? These are all questions I have no answer for.
I don't find it at all surprising that there's a memory corruption bug
that only manifests itself on Window
A 9.1Beta1 test report from Richard Broersma (and confirmed on another
system by Mark Watson) showed up pgsql-testers this week at
http://archives.postgresql.org/pgsql-testers/2011-05/msg0.php with
the following test crashing his Windows server every time:
SELECT 'INFINITY'::TIMESTAMP;
Th