I'm running into a limit problem with CREATE FUNCTION. Whenever I exceed the limit on parameters, somewhere around 12 for me, psql bombs on me with the "pqReadData() -- backend closed the channel unexpectedly" error message. Is there any way to increase the parameter limit for functions?