pgsql: hstore_plpython: Support tests on Python 2.3

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: hstore_plpython: Support tests on Python 2.3
Дата
Msg-id E1YpSda-0007B1-3Q@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: hstore_plpython: Support tests on Python 2.3  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix typos
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Recursively fsync() the data directory after a crash.