Fix jsonb_plpython tests on older Python versions
Rewrite one test to avoid a case where some Python versions have output
format differences (Decimal('1') vs Decimal("1")).Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/e81fc9b9dbf9d744dcc9fb210e4353a350be1e22 Modified Files -------------- contrib/jsonb_plpython/expected/jsonb_plpython.out | 3 +-- contrib/jsonb_plpython/sql/jsonb_plpython.sql | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-)
