1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-20 15:22:23 +03:00
Files
postgres/src/pl/plpython
Peter Eisentraut 99e4d24a9d Remove unneeded Python includes
Inluding <compile.h> and <eval.h> has not been necessary since Python
2.4, since they are included via <Python.h>.  Morever, <eval.h> is
being 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.us
2021-11-25 14:19:22 +01:00
..
2021-06-21 12:33:50 +02:00
2021-06-21 12:33:50 +02:00
2017-06-21 15:19:25 -04:00
2017-06-21 15:19:25 -04:00
2020-05-21 08:31:16 -07:00
2017-06-21 15:19:25 -04:00
2017-11-30 11:03:20 -05:00
2021-11-25 14:19:22 +01:00