mirror of https://github.com/postgres/postgres
PL/pgSQL "pins" internally generated portals so that user code cannot close them by guessing their names. Add this functionality to PL/Perl and PL/Python as well, preventing users from manually closing cursors created by spi_query and plpy.cursor, respectively. (PL/Tcl does not currently offer any cursor functionality.)pull/28/head
parent
5115854170
commit
70d6226e4f
Loading…
Reference in new issue