PostgreSQL Source Code
git master
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
f
h
i
n
o
p
r
s
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
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
extern
void
PLy_init_plpy
(
void
);
17
18
#endif
/* PLPY_PLPYMODULE_H */
hsearch.h
PyInit_plpy
PyMODINIT_FUNC PyInit_plpy(void)
Definition:
plpy_plpymodule.c:126
PLy_init_plpy
void PLy_init_plpy(void)
Definition:
plpy_plpymodule.c:140
PLy_spi_exceptions
HTAB * PLy_spi_exceptions
Definition:
plpy_plpymodule.c:20
plpython.h
HTAB
Definition:
dynahash.c:220
src
pl
plpython
plpy_plpymodule.h
Generated on Tue Dec 3 2024 18:13:26 for PostgreSQL Source Code by
1.9.1