forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit54c72eb
committed
plpython: add missing plpython.h include to plpy_plpymodule.h
The include was missing before9b7e24a, but starting with that commit themissing include causes cpluspluscheck to fail because the use ofPyMODINIT_FUNC isn't incidentally protected by an ifdef anymore.Discussion:https://postgr.es/m/20220308045916.7baapelbgftoqeop@alap3.anarazel.de1 parent1d4be6b commit54c72eb
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
|
0 commit comments
Comments
(0)