forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit04875ae
committed
Remove unneeded Python includes
Inluding <compile.h> and <eval.h> has not been necessary since Python2.4, since they are included via <Python.h>. Morever, <eval.h> isbeing removed in Python 3.11. So remove these includes.Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://www.postgresql.org/message-id/flat/84884.1637723223%40sss.pgh.pa.us1 parent37827de commit04875ae
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | 97 | | |
101 | 98 | | |
102 | 99 | | |
| |||
0 commit comments
Comments
(0)