Segfault-Inc / Multicorn

Data Access Library
https://multicorn.org/
PostgreSQL License
697 stars 145 forks source link

PlPython trampoline allows calls from plpython to multicorn FDW instance and vice versa. #250

Open rbiro opened 4 years ago

rbiro commented 4 years ago

This wraps the insert calls and the commit calls in plpython so we can use plpy calls.

It passes minimal testing, so it's a good place to stop and ask for comments.