pgsql: Fix further hash table order dependent tests.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Fix further hash table order dependent tests.
Дата
Msg-id E1buUu9-0003yI-Ni@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix further hash table order dependent tests.

Similar to 0137caf273, this makes contrib and pl tests less dependant on
hash-table order.  After this commit, at least some order affecting
changes to execGrouping.c don't result in regression test changes
anymore.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ccbb852cd6101e93976111676a90f1e5d9268951

Modified Files
--------------
contrib/test_decoding/expected/ddl.out    | 4 ++--
contrib/test_decoding/sql/ddl.sql         | 4 ++--
src/pl/plpython/expected/plpython_spi.out | 4 ++--
src/pl/plpython/sql/plpython_spi.sql      | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Remove spurious word.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Make pg_dumpall's database ACL query independent of hash table o