pgsql: PL/Python: Make regression tests pass with older Python versions

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: PL/Python: Make regression tests pass with older Python versions
Date: 2013-07-07 00:46:31
Message-ID: E1Uvd7X-0006h6-4J@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2013-07-07 11:29:18 pgsql: pgbench: Silence compiler warning
Previous Message Jeff Davis 2013-07-06 20:48:43 pgsql: Handle posix_fallocate() errors.