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

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
Thread:
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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Hinoue 2007-04-03 14:49:02 psqlodbc - psqlodbc: The version is now 8.2.0205.
Previous Message Bruce Momjian 2007-04-03 12:55:24 pgsql: Update comment for new thread_test location.