Re: pgsql: Fix test case from b0c5b215d. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Fix test case from b0c5b215d.
Date
Msg-id 1539986.1714441226@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Fix test case from b0c5b215d.  (David Rowley <dgrowleyml@gmail.com>)
Responses Re: pgsql: Fix test case from b0c5b215d.
List pgsql-committers
David Rowley <dgrowleyml@gmail.com> writes:
> Still failing for me and [1].
> Maybe:
> SELECT pg_describe_object(classid,objid,objsubid) COLLATE "C" AS obj,
> Gets me the results in the expected order.

I committed that suggestion, but I'm not sure it's enough to fix it,
because if I do

    LANG=cs_CZ.utf8 make check

then I still get variant output order.  I tried about six different
spellings of the query without improving matters, so I'm totally
baffled.  Have we managed to break COLLATE "C"?  (With one eye on
Jeff Davis' recent stuff, I could believe that, except I'd have
expected it to show up in other regression tests already.)

I'll await buildfarm results, but there's something odd here.

            regards, tom lane



pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Force COLLATE "C" to stabilize ordering in new test_pg_dump quer
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Fix test case from b0c5b215d.