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

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: plpython: add missing plpython.h include to plpy_plpymodule.h
Date: 2022-03-08 17:48:18
Message-ID: E1nRdwX-001VcW-TL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/54c72eb5e5e63f99f68c054900424724b0570b20

Modified Files
--------------
src/pl/plpython/plpy_plpymodule.h | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2022-03-08 18:24:00 pgsql: Stabilize test_decoding touching with sequences
Previous Message Robert Haas 2022-03-08 15:14:06 pgsql: Fix LZ4 tests for remaining buffer space.