mirror of
https://github.com/postgres/postgres.git
synced 2026-05-26 10:32:15 -04:00
75f9d17638
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.