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

From Tom Lane
Subject pgsql: Further stabilize output from rolenames regression test.
Date
Msg-id E1kMHxa-00046A-GS@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Revise RelationBuildRowSecurity() to avoid memory leaks.
Next
From: Tom Lane
Date:
Subject: pgsql: Move resolution of AlternativeSubPlan choices to the planner.