pgsql: Use ORDER BY in catalog results in SQL/JSON tests - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Use ORDER BY in catalog results in SQL/JSON tests
Date
Msg-id E1naeN7-000Seh-4L@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use ORDER BY in catalog results in SQL/JSON tests

The buildfarm has revealed some instability in results from catalog
queries in tests from commit 1a36bc9dba8. Cure this by adding ORDER BY
to such queries.

Branch
------
master

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

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


pgsql-committers by date:

Previous
From: John Naylor
Date:
Subject: Re: pgsql: Specialize tuplesort routines for different kinds of abbreviated
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: SQL/JSON query functions