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 */
13
14
16
17#endif /* PLPY_PLPYMODULE_H */
PyMODINIT_FUNC PyInit_plpy(void)
HTAB * PLy_spi_exceptions
static int fb(int x)