pgsql: Fix jsonb_plpython tests on older Python versions - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix jsonb_plpython tests on older Python versions
Date
Msg-id E1f1Car-0005s2-Lo@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Transforms for jsonb to PL/Python
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Attempt to fix jsonb_plpython build on Windows