/
balmaster
/
postgres
Обзор
Документация
Войти
/
balmaster
/
postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/pl/plpython/plpy_plpymodule.h
17 строк
325 B
Peter Eisentraut
plpython: Streamline initialization
15 янв 2026, 14:11
15 янв 2026, 14:11
da265a8
Код
Авторство
О чём код?
/* * src/pl/plpython/plpy_plpymodule.h */ #ifndef PLPY_PLPYMODULE_H #define PLPY_PLPYMODULE_H #include "plpython.h" #include "utils/hsearch.h" /* A hash table mapping sqlstates to exceptions, for speedy lookup */ extern HTAB *PLy_spi_exceptions; PyMODINIT_FUNC PyInit_plpy(void); #endif /* PLPY_PLPYMODULE_H */