Re: Postgresql for cygwin - 3rd

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Marco Atzeri <marco(dot)atzeri(at)gmail(dot)com>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Postgresql for cygwin - 3rd
Date: 2014-02-01 22:38:06
Message-ID: 52ED774E.1030707@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 02/01/2014 05:12 PM, Marco Atzeri wrote:
>
>
> On 01/02/2014 22:57, Andrew Dunstan wrote:
>>
>> On 01/25/2014 01:23 PM, Andrew Dunstan wrote:
>>>
>>>
>
>
>>> * isolation tests fail with an indefinite hang on newer Cygwin
>>> * prepared_xacts test fails with an indefinite hang on newer Cygwin if
>>> run in parallel with other tests
>
>>> * tsearch tests fail on non-C locale (or at least on en_US.utf8). It
>>> turns out this is actually an old bug, and can be reproduced on my
>>> old Cygwin instance. I wonder if it's caused by faulty locale files?
>
> Andrew,
> is it possible the tsearch test never worked on en_US.utf8
> but only on C locale ?

Yes, that's more or less what I said, I thought.

Maybe we need to test this on other Windows systems in non-C encodings.
Let's make sure it's only a Cygwin problem.

I'll work on that. You should try to concentrate on the thinks like
prepared_xacts and isolation_test that we know don't work ONLY on Cygwin.

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2014-02-01 22:46:25 Re: Postgresql for cygwin - 3rd
Previous Message Andres Freund 2014-02-01 22:20:45 Re: jsonb and nested hstore