Re: plperl compiler warning

Поиск
Список
Период
Сортировка
От Tim Bunce
Тема Re: plperl compiler warning
Дата
Msg-id 20100128153027.GB38673@timac.local
обсуждение исходный текст
Ответ на plperl compiler warning  (Joe Conway <mail@joeconway.com>)
Ответы Re: plperl compiler warning
Список 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 по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Segmentation fault occurs when the standby becomes primary, in SR
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Largeobject Access Controls (r2460)