Re: [COMMITTERS] pgsql: Fix breakage from earlier plperl fix.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Alex Hunsaker <badalex(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Fix breakage from earlier plperl fix.
Date: 2012-01-06 13:34:30
Message-ID: 4F06F866.1010806@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 01/05/2012 10:59 PM, Alex Hunsaker wrote:
> After further digging I found it chokes on any non scalar (IOW any
> reference). I attached a simple c program that I tested with 5.8.9,
> 5.10.1, 5.12.4 and 5.14.2 (for those who did not know about it,
> perlbrew made testing across all those perls relatively painless).
>
> PFA that copies if its readonly and its not a scalar.
>
> I didn't bother adding regression tests-- should I have?

[redirecting to -hackers]

I have several questions.

1. How much are we actually saving here? newSVsv() ought to be pretty
cheap, no? I imagine it's pretty heavily used inside the interpreter.

2. Unless I'm insufficiently caffeinated right now, there's something
wrong with this logic:

! if (SvREADONLY(sv)&&
! (type != SVt_IV ||
! type != SVt_NV ||
! type != SVt_PV))

3. The above is in any case almost certainly insufficient, because in my tests a typeglob didn't trigger SvREADONLY(), but did cause a crash.

And yes, we should possibly add a regression test or two. Of course, we can't use the cause of the original complaint ($^V) in them, though.

cheers

andrew

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2012-01-06 13:36:27 pgsql: Fix variable confusion in BufferSync().
Previous Message Tom Lane 2012-01-06 07:26:07 Re: pgsql: Fix breakage from earlier plperl fix.

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2012-01-06 14:29:39 Re: Poorly thought out code in vacuum
Previous Message Michael Beattie 2012-01-06 13:28:48 Re: FATAL: bogus data in lock file "postmaster.pid": ""