pgsql: hstore_plpython: Support tests on Python 2.3

Started by Peter Eisentrautabout 11 years ago2 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

hstore_plpython: Support tests on Python 2.3

Python 2.3 does not have the sorted() function, so do it the long way.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c0574cd5aa96b988bb1f0287914dcc8b52fb01bd

Modified Files
--------------
contrib/hstore_plpython/expected/hstore_plpython.out | 8 ++++++--
contrib/hstore_plpython/sql/hstore_plpython.sql | 8 ++++++--
2 files changed, 12 insertions(+), 4 deletions(-)

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Peter Eisentraut (#1)
Re: pgsql: hstore_plpython: Support tests on Python 2.3

Peter Eisentraut <peter_e@gmx.net> writes:

hstore_plpython: Support tests on Python 2.3

BTW, spoonbill and tamarin think this isn't quite right for Python 3?

regards, tom lane

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers