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:05:03
Message-ID: 1518113.1714439103@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:
> Maybe:
> SELECT pg_describe_object(classid,objid,objsubid) COLLATE "C" AS obj,

Argh, I knew better than to not specify COLLATE "C".
This commit's feeling a little snakebit.

regards, tom lane

In response to

Browse pgsql-committers by date

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