Re: pgsql: Collations with nondeterministic comparison - Mailing list pgsql-committers

From Peter Eisentraut
Subject Re: pgsql: Collations with nondeterministic comparison
Date
Msg-id d5342eaa-bdaf-b515-7f16-6464dbfb530a@2ndquadrant.com
Whole thread Raw
In response to Re: pgsql: Collations with nondeterministic comparison  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
On 2019-03-25 06:07, Tom Lane wrote:
> Buildfarm member snapper doesn't like this.  I think the problem is
> that the queries it's failing on do not bother to constrain their
> output row order.  Adding an "EXPLAIN" right there indicates that
> the INTERSECTs are being done via hashing, meaning that platform
> specific output ordering is to be expected.  I don't have a
> big-endian platform with ICU installed, but if I did I bet I could
> replicate the failure on it.

pushed a fix

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Add ORDER BY to regression test case
Next
From: Andres Freund
Date:
Subject: pgsql: tableam: Add and use table_fetch_row_version().