pgsql: Looks like the new plpython regression test fails on older - Mailing list pgsql-committers

From adunstan@postgresql.org (Andrew Dunstan)
Subject pgsql: Looks like the new plpython regression test fails on older
Date
Msg-id 20060527123911.29FC29FA315@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------

Looks like the new plpython regression test fails on older pythons. See if this works.

Modified Files:
--------------
    pgsql/src/pl/plpython/expected:
        plpython_function.out (r1.7 -> r1.8)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/expected/plpython_function.out.diff?r1=1.7&r2=1.8)
    pgsql/src/pl/plpython/sql:
        plpython_function.sql (r1.7 -> r1.8)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/sql/plpython_function.sql.diff?r1=1.7&r2=1.8)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Use E'' strings internally only when standard_conforming_strings
Next
From: hinoue@pgfoundry.org (User Hinoue)
Date:
Subject: psqlodbc - psqlodbc: 1.Fix a crash on SQLDisconnect.