pgsql: PL/Python: Make regression tests pass with older Python versions - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: PL/Python: Make regression tests pass with older Python versions
Date
Msg-id E1Uvd7X-0006h6-4J@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
PL/Python: Make regression tests pass with older Python versions

Avoid output formatting differences by printing str() instead of repr()
of the value.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8182ffde5aa09d8378caa599d70e0d4e02ea8d7d

Modified Files
--------------
src/pl/plpython/expected/plpython_types.out   |   18 +++++++++---------
src/pl/plpython/expected/plpython_types_3.out |   18 +++++++++---------
src/pl/plpython/sql/plpython_types.sql        |    2 +-
3 files changed, 19 insertions(+), 19 deletions(-)


pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: pgsql: Handle posix_fallocate() errors.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: pgbench: Silence compiler warning