pgsql: Stabilize regression tests introduced by 259c96fa8f

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Stabilize regression tests introduced by 259c96fa8f
Date: 2024-04-30 09:14:22
Message-ID: E1s1jZ7-000lKg-FX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Stabilize regression tests introduced by 259c96fa8f

Add the ORDER BY clause to new queries to avoid ordering ambiguity.

Per buildfarm member rorqual.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/449cdcd486bfc6864e4fa6784cc1526a94fe69db

Modified Files
--------------
src/test/regress/expected/partition_merge.out | 5 +++--
src/test/regress/expected/partition_split.out | 3 ++-
src/test/regress/sql/partition_merge.sql | 3 ++-
src/test/regress/sql/partition_split.sql | 3 ++-
4 files changed, 9 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-04-30 10:24:47 pgsql: doc: Remove one example related to pg_input_error_info()
Previous Message Alexander Korotkov 2024-04-30 09:00:58 pgsql: Rename tables in tests of partition MERGE/SPLIT operations