Change PyInit_plpy to external linkage Module initialization functions in Python 3 must have external linkage, because PyMODINIT_FUNC does dllexport on Windows-like platforms. Without this change, the build with Python 3 fails on Windows.
Branch ------ REL9_1_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/7b1509d56256fa391d4ae71288be194923a41947 Modified Files -------------- src/pl/plpython/plpython.c | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
