/
ihtiandr9
/
httpserver
Обзор
Документация
Войти
/
ihtiandr9
/
httpserver
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
class-stylesheet
cpp/third_party/postgresql/include/pgsql/server/plpy_plpymodule.h
18 строк
358 B
ihtiandr9 (note)
build Win. Supported only x64
25 авг 2025, 05:07
25 авг 2025, 05:07
ea9dcd2
Код
Авторство
О чём код?
/* * 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); extern void PLy_init_plpy(void); #endif /* PLPY_PLPYMODULE_H */