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

Commit54c72eb

Browse files
committed
plpython: add missing plpython.h include to plpy_plpymodule.h
The include was missing before9b7e24a, but starting with that commit themissing include causes cpluspluscheck to fail because the use ofPyMODINIT_FUNC isn't incidentally protected by an ifdef anymore.Discussion:https://postgr.es/m/20220308045916.7baapelbgftoqeop@alap3.anarazel.de
1 parent1d4be6b commit54c72eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/pl/plpython/plpy_plpymodule.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#ifndefPLPY_PLPYMODULE_H
66
#definePLPY_PLPYMODULE_H
77

8+
#include"plpython.h"
89
#include"utils/hsearch.h"
910

1011
/* A hash table mapping sqlstates to exceptions, for speedy lookup */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp