OSDN Git Service

Python 3 support in PL/Python
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 15 Dec 2009 22:59:55 +0000 (22:59 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 15 Dec 2009 22:59:55 +0000 (22:59 +0000)
commitdd4cd55c15886c46378dc27f44f59a6de8c4d45b
tree021133526bdb9db2cb6968f0eecde686d008eb1b
parent21d11e7ee2d9fb47fc06b53f8e54fe07e7f1c18a
Python 3 support in PL/Python

Behaves more or less unchanged compared to Python 2, but the new language
variant is called plpython3u.  Documentation describing the naming scheme
is included.
15 files changed:
config/python.m4
configure
doc/src/sgml/installation.sgml
doc/src/sgml/plpython.sgml
src/Makefile.global.in
src/include/catalog/catversion.h
src/include/catalog/pg_pltemplate.h
src/pl/plpython/Makefile
src/pl/plpython/expected/README
src/pl/plpython/expected/plpython_test.out
src/pl/plpython/expected/plpython_trigger.out
src/pl/plpython/expected/plpython_types_3.out [new file with mode: 0644]
src/pl/plpython/plpython.c
src/pl/plpython/sql/plpython_test.sql
src/pl/plpython/sql/plpython_trigger.sql