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:27
Message-ID: E1oJu4A-000PW4-NZ@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
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6d9481cd05d2a0d4152c02c5d48b7f7eb7b90a49

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 Noah Misch 2022-08-05 15:33:07 pgsql: Add HINT for restartpoint race with KeepFileRestoredFromArchive(
Previous Message Alvaro Herrera 2022-08-05 09:56:26 pgsql: regress: fix test instability