pgsql: Further stabilize output from rolenames regression test.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Further stabilize output from rolenames regression test.
Дата
Msg-id E1kMHxa-00046A-GS@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Revise RelationBuildRowSecurity() to avoid memory leaks.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Move resolution of AlternativeSubPlan choices to the planner.