mirror of
https://github.com/postgres/postgres.git
synced 2026-06-20 15:41:09 -04:00
8f1787a8f3
Python 3.7 removes the trailing comma in the repr() of BaseException (see <https://bugs.python.org/issue30399>), leading to test output differences. Work around that by composing the equivalent test output in a more manual way.