pgsql: Force COLLATE "C" to stabilize ordering, redux.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Force COLLATE "C" to stabilize ordering, redux.
Date: 2024-04-30 03:32:13
Message-ID: E1s1eE0-000igM-2x@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Force COLLATE "C" to stabilize ordering, redux.

David Rowley correctly pointed out that I'd collat-ified only
one of the two troublesome queries. Definitely not my day.

Discussion: https://postgr.es/m/CAApHDvo8pMk5WWFAqwGzuQ-Xh+957W61io_OsCP0oUzqCCODTg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b7dc5da1969cb0756739feb393eea51a8265ca04

Modified Files
--------------
src/test/modules/test_pg_dump/expected/test_pg_dump.out | 4 ++--
src/test/modules/test_pg_dump/sql/test_pg_dump.sql | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-04-30 03:33:20 Re: pgsql: Fix test case from b0c5b215d.
Previous Message David Rowley 2024-04-30 03:15:20 Re: pgsql: Fix test case from b0c5b215d.