plpython: add missing plpython.h include to plpy_plpymodule.h

Andres Freund <andres@anarazel.de>

Commit: 54c72eb5e5e63f99f68c054900424724b0570b20
Author: Andres Freund <andres@anarazel.de>
Date: 2022-03-08T17:47:34Z
Releases: 15.0
plpython: add missing plpython.h include to plpy_plpymodule.h

The include was missing before 9b7e24a2cb3, but starting with that commit the
missing include causes cpluspluscheck to fail because the use of
PyMODINIT_FUNC isn't incidentally protected by an ifdef anymore.

Discussion: https://postgr.es/m/20220308045916.7baapelbgftoqeop@alap3.anarazel.de

Files

PathChange+/−
src/pl/plpython/plpy_plpymodule.h modified +1 −0

Discussion