pgsql: Allow PL/PythonU to compile on Python 2.5.

Lists: pgsql-committers
From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow PL/PythonU to compile on Python 2.5.
Date: 2007-04-03 13:37:23
Message-ID: 20070403133723.3C7F69FB87D@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

Log Message:
-----------
Allow PL/PythonU to compile on Python 2.5. Change needed because of API
changes in Python.

Marko Kreen

Modified Files:
--------------
pgsql/src/pl/plpython:
plpython.c (r1.97 -> r1.98)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/plpython.c.diff?r1=1.97&r2=1.98)