pgsql: Use generic attribute management in PL/Python Switch the - Mailing list pgsql-committers

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: Use generic attribute management in PL/Python Switch the
Date
Msg-id 20090825081442.B375F75331E@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Use generic attribute management in PL/Python

Switch the implementation of the plan and result types to generic attribute
management, as described at <http://docs.python.org/extending/newtypes.html>.
This modernizes and simplifies the code a bit and prepares for Python 3.1,
where the old way doesn't work anymore.

Modified Files:
--------------
    pgsql/src/pl/plpython:
        plpython.c (r1.125 -> r1.126)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/plpython.c?r1=1.125&r2=1.126)
    pgsql/src/pl/plpython/expected:
        plpython_spi.out (r1.2 -> r1.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/expected/plpython_spi.out?r1=1.2&r2=1.3)
    pgsql/src/pl/plpython/sql:
        plpython_spi.sql (r1.3 -> r1.4)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/sql/plpython_spi.sql?r1=1.3&r2=1.4)

pgsql-committers by date:

Previous
From: maosen@pgfoundry.org (User Maosen)
Date:
Subject: pgexternaltable - src: New Directory
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Enhanced error context support in PL/Python Extract the "while