-
- Downloads
Defend against possible crash if a plpython function does not specify names
for its arguments. Also add a regression test, since someone apparently changed every single plpython test case to use only named parameters; else we'd have noticed this sooner. Euler Taveira de Oliveira, per a report from Alvaro
Showing
- src/pl/plpython/expected/plpython_function.out 4 additions, 1 deletionsrc/pl/plpython/expected/plpython_function.out
- src/pl/plpython/expected/plpython_test.out 7 additions, 1 deletionsrc/pl/plpython/expected/plpython_test.out
- src/pl/plpython/plpython.c 8 additions, 5 deletionssrc/pl/plpython/plpython.c
- src/pl/plpython/sql/plpython_function.sql 5 additions, 1 deletionsrc/pl/plpython/sql/plpython_function.sql
- src/pl/plpython/sql/plpython_test.sql 2 additions, 1 deletionsrc/pl/plpython/sql/plpython_test.sql
Loading
Please register or sign in to comment