Re: plperl compiler warning - Mailing list pgsql-hackers

From Tim Bunce
Subject Re: plperl compiler warning
Date
Msg-id 20100128153027.GB38673@timac.local
Whole thread Raw
In response to plperl compiler warning  (Joe Conway <mail@joeconway.com>)
Responses Re: plperl compiler warning  (Joe Conway <mail@joeconway.com>)
List pgsql-hackers
On Thu, Jan 28, 2010 at 06:31:19AM -0800, Joe Conway wrote:
> 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)

The master branch of my git clone says line 1117 is:
   subref = newRV_inc((SV*)GvCVu((GV*)sub_glob));

Does that match yours? (If not, what is the text on the line?)

What perl version are you using?
What compiler version are you using?

Tim.


pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Segmentation fault occurs when the standby becomes primary, in SR
Next
From: Tom Lane
Date:
Subject: Re: Largeobject Access Controls (r2460)