Fix jsonb_plpython tests on older Python versions
Peter Eisentraut <peter_e@gmx.net>
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")).
Files
| Path | Change | +/− |
|---|---|---|
| contrib/jsonb_plpython/expected/jsonb_plpython.out | modified | +1 −2 |
| contrib/jsonb_plpython/sql/jsonb_plpython.sql | modified | +1 −1 |