pgsql: regress: fix test instability

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: regress: fix test instability
Date: 2022-08-05 09:56:26
Message-ID: E1oJu4A-000PW0-MU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

regress: fix test instability

Having additional triggers in a test table made the ORDER BY clauses in
old queries underspecified. Add another column there for stability.

Per sporadic buildfarm pink.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/90a4b64134ce0cb9a31cdceb49e265e8e2f88b56

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

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2022-08-05 09:56:27 pgsql: regress: fix test instability
Previous Message John Naylor 2022-08-05 09:53:48 pgsql: Simplify coding style of is_valid_ascii()