Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1cc13b8

Browse files
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.us
1 parente415916 commit1cc13b8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

‎src/pl/plpython/plpython.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,6 @@
9494
#undef TEXTDOMAIN
9595
#defineTEXTDOMAIN PG_TEXTDOMAIN("plpython")
9696

97-
#include<compile.h>
98-
#include<eval.h>
99-
10097
/* put back our *printf macros ... this must match src/include/port.h */
10198
#ifdefvsnprintf
10299
#undef vsnprintf

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp