mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-09 13:57:30 +08:00
Newer Python versions randomize the hash seed for dictionaries, resulting in a random output order, which messes up the regression test diffs. Instead, use Python assert to compare the dictionaries with their expected value.