Logo
Explore Help
Sign In
1berry/postgres
1
0
Fork 0
You've already forked postgres
Code Issues Packages Projects Releases Wiki Activity
postgres/src/pl/plpython/plpy_exec.h

14 lines
270 B
C
Raw Normal View History

Split plpython.c into smaller pieces This moves the code around from one huge file into hopefully logical and more manageable modules. For the most part, the code itself was not touched, except: PLy_function_handler and PLy_trigger_handler were renamed to PLy_exec_function and PLy_exec_trigger, because they were not actually handlers in the PL handler sense, and it makes the naming more similar to the way PL/pgSQL is organized. The initialization of the procedure caches was separated into a new function init_procedure_caches to keep the hash tables private to plpy_procedures.c. Jan Urbański and Peter Eisentraut
2011-12-18 21:14:16 +02:00
/*
* src/pl/plpython/plpy_exec.h
*/
#ifndef PLPY_EXEC_H
#define PLPY_EXEC_H
#include "plpy_procedure.h"
extern Datum PLy_exec_function(FunctionCallInfo, PLyProcedure *);
extern HeapTuple PLy_exec_trigger(FunctionCallInfo, PLyProcedure *);
#endif /* PLPY_EXEC_H */
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 112ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API