pgsql: Fix jsonb_plpython tests on older Python versions

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix jsonb_plpython tests on older Python versions
Date: 2018-03-28 15:02:29
Message-ID: E1f1Car-0005s2-Lo@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-03-28 15:49:57 pgsql: Attempt to fix jsonb_plpython build on Windows
Previous Message Peter Eisentraut 2018-03-28 14:19:32 Re: pgsql: Transforms for jsonb to PL/Python