PostgreSQL Source Code
git master
Loading...
Searching...
No Matches
plpy_plpymodule.h
Go to the documentation of this file.
1
/*
2
* src/pl/plpython/plpy_plpymodule.h
3
*/
4
5
#ifndef PLPY_PLPYMODULE_H
6
#define PLPY_PLPYMODULE_H
7
8
#include "
plpython.h
"
9
#include "
utils/hsearch.h
"
10
11
/* A hash table mapping sqlstates to exceptions, for speedy lookup */
12
extern
HTAB
*
PLy_spi_exceptions
;
13
14
15
PyMODINIT_FUNC
PyInit_plpy
(
void
);
16
17
#endif
/* PLPY_PLPYMODULE_H */
hsearch.h
PyInit_plpy
PyMODINIT_FUNC PyInit_plpy(void)
Definition
plpy_plpymodule.c:126
PLy_spi_exceptions
HTAB * PLy_spi_exceptions
Definition
plpy_plpymodule.c:20
plpython.h
fb
static int fb(int x)
Definition
preproc-init.c:92
HTAB
Definition
dynahash.c:222
src
pl
plpython
plpy_plpymodule.h
Generated on Sat Jan 31 2026 06:13:18 for PostgreSQL Source Code by
1.9.8