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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: PL/Python: Make regression tests pass with older Python versions
Дата
Msg-id E1Uvd7X-0006h6-4J@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Jeff Davis
Дата:
Сообщение: pgsql: Handle posix_fallocate() errors.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: pgbench: Silence compiler warning