pgsql: Further 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: Further stabilize output from rolenames regression test.
Date: 2020-09-26 21:42:26
Message-ID: E1kMHxa-00046A-GS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-09-27 16:51:51 pgsql: Move resolution of AlternativeSubPlan choices to the planner.
Previous Message Tom Lane 2020-09-26 20:04:58 pgsql: Revise RelationBuildRowSecurity() to avoid memory leaks.