Thread: pgsql: Further stabilize output from rolenames regression test.

pgsql: Further stabilize output from rolenames regression test.

From
Tom Lane
Date:
Further stabilize output from rolenames regression test.

Commit e5209bf37 didn't quite get the job done, as I failed to
notice that chksetconfig() also needed to have its ORDER BY
extended.  Per buildfarm member dory.

Report: https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=dory&dt=2020-09-26%2020%3A10%3A13

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3c8819955023694feeaa456ee60853d0d6d0e60a

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