git.postgresql.org Git - postgresql.git/commit
2011年8月18日 09:53:32 +0000 (12:53 +0300)
2011年8月18日 09:59:43 +0000 (12:59 +0300)
commit e1f9aa4eaecd8107230df1a1b698e8caf0fba4f8
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.
This is the main PostgreSQL git repository.
RSS
Atom