pgsql: Try to stabilize output from rolenames regression test.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove support for postfix (right-unary) operators.
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Fix comments in heapam.c.