pgsql: Remove unneeded Python includes

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Remove unneeded Python includes
Дата
Msg-id E1mqEu6-0006aV-2u@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0d335cbd5c63009576280ff502b31a84e353a86b

Modified Files
--------------
src/pl/plpython/plpython.h | 3 ---
1 file changed, 3 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Block ALTER TABLE .. DROP NOT NULL on columns in replica identit
Следующее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: xlog.c: Remove global variables ReadRecPtr and EndRecPtr.