pgsql: Remove unneeded Python includes - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove unneeded Python includes
Date
Msg-id E1mqEu6-0006ab-4F@gemulon.postgresql.org
Whole thread Raw
List 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_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4339e10f090ec6b5ceb727c00e7a345cc9178e1e

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


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Block ALTER TABLE .. DROP NOT NULL on columns in replica identit
Next
From: Robert Haas
Date:
Subject: Re: pgsql: xlog.c: Remove global variables ReadRecPtr and EndRecPtr.