pgsql: Try to stabilize output from rolenames regression test.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Try to stabilize output from rolenames regression test.
Date: 2020-09-18 01:03:03
Message-ID: E1kJ4nn-0000zS-8S@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Try to stabilize output from rolenames regression test.

It's not quite clear why commit 45b980570 has resulted in
some instability here, though interference from concurrent
autovacuum runs seems like a reasonable guess. What is
clear is that the output ordering of the test queries is
underdetermined for no very good reason. Extend the
ORDER BY keys in hopes of fixing the buildfarm.

Discussion: https://postgr.es/m/147499.1600351924@sss.pgh.pa.us

Branch
------
master

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

Modified Files
--------------
src/test/modules/unsafe_tests/expected/rolenames.out | 10 +++++-----
src/test/modules/unsafe_tests/sql/rolenames.sql | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2020-09-18 04:36:48 pgsql: Fix comments in heapam.c.
Previous Message Tom Lane 2020-09-17 23:38:17 pgsql: Remove support for postfix (right-unary) operators.