pgsql: Fix for warnings-free compilation with Python 3.2 - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix for warnings-free compilation with Python 3.2
Date
Msg-id E1Ppok2-0003Tb-VA@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix for warnings-free compilation with Python 3.2

The first argument of PyEval_EvalCode() was changed from PyCodeObject*
to PyObject* because of PEP 384.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/66d6b4cb54eb3b192c8f9087592e53c53c20cf06

Modified Files
--------------
src/pl/plpython/plpython.c |    5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: In pg_upgrade, no need to initialize global struct values; they
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Also process psqlrc when running psql -l