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
Showing
This diff is collapsed.
src/pl/plpython/plpy_elog.c
0 → 100644
This diff is collapsed.
src/pl/plpython/plpy_elog.h
0 → 100644
src/pl/plpython/plpy_exec.c
0 → 100644
This diff is collapsed.
src/pl/plpython/plpy_exec.h
0 → 100644
src/pl/plpython/plpy_main.c
0 → 100644
src/pl/plpython/plpy_main.h
0 → 100644
This diff is collapsed.
src/pl/plpython/plpy_spi.c
0 → 100644
This diff is collapsed.
src/pl/plpython/plpy_spi.h
0 → 100644
This diff is collapsed.
src/pl/plpython/plpy_util.c
0 → 100644
src/pl/plpython/plpy_util.h
0 → 100644
This diff is collapsed.
src/pl/plpython/plpython.h
0 → 100644
Please register or sign in to comment