pgsql: Add ORDER BY to test query to stabilize test

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add ORDER BY to test query to stabilize test
Date: 2026-05-04 19:06:50
Message-ID: E1wJyd0-000MRa-1f@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add ORDER BY to test query to stabilize test

for commit dc9e7c9ed93

Branch
------
master

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

Modified Files
--------------
src/test/regress/expected/graph_table.out | 7 ++++---
src/test/regress/sql/graph_table.sql | 3 ++-
2 files changed, 6 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2026-05-04 22:33:21 pgsql: Declare load_hosts() as returning HostsFileLoadResult.
Previous Message Álvaro Herrera 2026-05-04 18:01:41 pgsql: Fix off-by-one in repack index loop