pgsql: Stabilize regression tests introduced by 259c96fa8f - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Stabilize regression tests introduced by 259c96fa8f
Date
Msg-id E1s1jZ7-000lKg-FX@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Document the way partition MERGE/SPLIT operations create new par
Next
From: Michael Paquier
Date:
Subject: pgsql: doc: Remove one example related to pg_input_error_info()