pgsql: Try to stabilize output from rolenames regression test. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Try to stabilize output from rolenames regression test.
Date
Msg-id E1kJ4nn-0000zS-8S@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove support for postfix (right-unary) operators.
Next
From: Amit Kapila
Date:
Subject: pgsql: Fix comments in heapam.c.