pgsql: Fix further hash table order dependent tests. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Fix further hash table order dependent tests.
Date
Msg-id E1buUu9-0003yI-Ni@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Remove spurious word.
Next
From: Andres Freund
Date:
Subject: pgsql: Make pg_dumpall's database ACL query independent of hash table o