pgsql: Use stricter ordering in regression test query for pg_stat_io

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use stricter ordering in regression test query for pg_stat_io
Date: 2025-03-08 04:40:41
Message-ID: E1tqlzN-001N31-2D@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use stricter ordering in regression test query for pg_stat_io

The query introduced in 8b532771a099 is proving to have ordering issues
under at least the locale cs_CZ. This commit updates the query to use a
stricter ordering.

Per reports from buildfarm members hippopotamus and jay.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/21f653cc0024100f8ecc279162631f2b1ba8c46c

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-03-08 07:07:54 pgsql: Fix typo
Previous Message Michael Paquier 2025-03-08 03:24:36 pgsql: Add regression test listing all the possible tuples in pg_stat_i