pgsql: Fix incorrect tests for undef Perl values in some places in

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix incorrect tests for undef Perl values in some places in
Date: 2007-06-28 17:50:12
Message-ID: 20070628175012.A13539FB82E@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix incorrect tests for undef Perl values in some places in plperl.c.
The correct test for defined-ness is SvOK(sv), not anything involving
SvTYPE. Per bug #3415 from Matt Taylor.
Back-patch as far as 8.0; no apparent problem in 7.x.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
pgsql/src/pl/plperl:
plperl.c (r1.123 -> r1.123.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plperl.c.diff?r1=1.123&r2=1.123.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-06-28 17:50:17 pgsql: Fix incorrect tests for undef Perl values in some places in
Previous Message Tom Lane 2007-06-28 17:49:59 pgsql: Fix incorrect tests for undef Perl values in some places in