Обсуждение: pgsql: Fix further hash table order dependent tests.

Поиск
Список
Период
Сортировка

pgsql: Fix further hash table order dependent tests.

От
Andres Freund
Дата:
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(-)