Thread: pgsql: hstore_plpython: Fix regression tests under Python 3

pgsql: hstore_plpython: Fix regression tests under Python 3

From
Peter Eisentraut
Date:
hstore_plpython: Fix regression tests under Python 3

Branch
------
master

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

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


Re: pgsql: hstore_plpython: Fix regression tests under Python 3

From
Tom Lane
Date:
Peter Eisentraut <peter_e@gmx.net> writes:
> hstore_plpython: Fix regression tests under Python 3

jaguarundi's latest results say we're not quite done with this :-(

http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=jaguarundi&dt=2015-05-17%2018%3A42%3A03

although I have no idea why this run failed when the previous one (which
also saw this commit) succeeded.  Phase-of-the-moon issue?

            regards, tom lane


Re: pgsql: hstore_plpython: Fix regression tests under Python 3

From
Andrew Dunstan
Date:
On 05/16/2015 11:36 PM, Peter Eisentraut wrote:
> hstore_plpython: Fix regression tests under Python 3


These are still not fixed. See for example
<http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=jaguarundi&dt=2015-05-19%2001%3A42%3A01>

cheers

andrew