diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-06-28 17:49:59 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-06-28 17:49:59 +0000 |
commit | 3cabc675ab40035c8498cacde76186c598aa373d (patch) | |
tree | fc53b8e96d1fad08a2e52521c660ec243aa626bf /src/backend/tcop/postgres.c | |
parent | 7c07b136bc596ed1238e786490419b6d26587302 (diff) | |
download | postgresql-3cabc675ab40035c8498cacde76186c598aa373d.tar.gz postgresql-3cabc675ab40035c8498cacde76186c598aa373d.zip |
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.
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions