Skip to content
Snippets Groups Projects
Commit 70b6e99e authored by Tom Lane's avatar Tom Lane
Browse files

Fix bug introduced in recent patch to make plpython cope with OUT arguments:

the proc->argnames array has to be initialized to zero immediately on creation,
since the error recovery path will try to free its elements.
parent 725ba51f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment