Re: pgsql: Fix test case from b0c5b215d.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: David Rowley <dgrowleyml(at)gmail(dot)com>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Fix test case from b0c5b215d.
Date: 2024-04-30 01:40:26
Message-ID: 1539986.1714441226@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

David Rowley <dgrowleyml(at)gmail(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-04-30 02:14:28 Re: pgsql: Fix test case from b0c5b215d.
Previous Message Tom Lane 2024-04-30 01:36:19 pgsql: Force COLLATE "C" to stabilize ordering in new test_pg_dump quer