Re: [HACKERS] Re: [COMMITTERS] pgsql: Initialise perl library as documented in perl API.

2009-07-07 Thread Andrew Dunstan
Andrew Dunstan wrote: I think we need to float a bug upstream to the perl guys on this, but as a holding position I suggest that we alter the #ifdef test to avoid calling PERL_SYS_INIT3() where MYMALLOC is defined. It's ugly, but I can't think of another simple way around it (and we've done

Re: [HACKERS] Re: [COMMITTERS] pgsql: Initialise perl library as documented in perl API.

2009-06-05 Thread Tom Lane
Andrew Dunstan writes: > I think we need to float a bug upstream to the perl guys on this, but as > a holding position I suggest that we alter the #ifdef test to avoid > calling PERL_SYS_INIT3() where MYMALLOC is defined. +1 on both. > BTW, it's not caused by passing NULL as the third argument

Re: [HACKERS] Re: [COMMITTERS] pgsql: Initialise perl library as documented in perl API.

2009-06-05 Thread Bruce Momjian
Andrew Dunstan wrote: > [hours of digging later] > > On FBSD at least, this is failing in the function Perl_do_taint(). I > can't see anything too terrible in the source for this, but to dig > further I'd have to build another perl with debugging turned on. Anyway, > it turns out that this actu

Re: [HACKERS] Re: [COMMITTERS] pgsql: Initialise perl library as documented in perl API.

2009-06-05 Thread Andrew Dunstan
Andrew Dunstan wrote: Tom Lane wrote: Andrew Dunstan writes: That's what we have a buildfarm for ;-) There's a failure on FBSD too by the look of it. I'll dig some more to see what I can find. I see this when building HEAD on Fedora 10: plperl.c: In function 'plperl_init_interp'

[HACKERS] Re: [COMMITTERS] pgsql: Initialise perl library as documented in perl API.

2009-06-04 Thread Andrew Dunstan
Tom Lane wrote: Andrew Dunstan writes: That's what we have a buildfarm for ;-) There's a failure on FBSD too by the look of it. I'll dig some more to see what I can find. I see this when building HEAD on Fedora 10: plperl.c: In function 'plperl_init_interp': plperl.c:450: warning:

[HACKERS] Re: [COMMITTERS] pgsql: Initialise perl library as documented in perl API.

2009-06-04 Thread Andrew Dunstan
Tom Lane wrote: aduns...@postgresql.org (Andrew Dunstan) writes: Log Message: --- Initialise perl library as documented in perl API. Backpatch to release 7.4. Hmm, buildfarm says this doesn't work too well on Unixware :-( That's what we have a b