Skip to content

Commit 54c72eb

Browse files
committed
plpython: add missing plpython.h include to plpy_plpymodule.h
The include was missing before 9b7e24a, but starting with that commit the missing include causes cpluspluscheck to fail because the use of PyMODINIT_FUNC isn't incidentally protected by an ifdef anymore. Discussion: https://postgr.es/m/20220308045916.7baapelbgftoqeop@alap3.anarazel.de
1 parent 1d4be6b commit 54c72eb

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
#ifndef PLPY_PLPYMODULE_H
66
#define PLPY_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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy