plperl compiler warning

Joe Conway <mail@joeconway.com>

From: Joe Conway <mail@joeconway.com>
To: "Hackers (PostgreSQL)" <pgsql-hackers@postgresql.org>
Date: 2010-01-28T14:31:19Z
Lists: pgsql-hackers
Last night I noted the following warning:

plperl.c: In function ‘plperl_create_sub’:


plperl.c:1117: warning: null argument where non-null required (argument 2)

I'm not familiar enough with this code to propose a fix...

Joe