diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-06-28 17:50:17 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-06-28 17:50:17 +0000 |
commit | ed368c1b8eb9cc7b17d6c918ff69e11789d06462 (patch) | |
tree | 6baccf3739de884401655ff180a7ccc410281816 /src/backend/access/gist/gist.c | |
parent | 12b9a64ccced721780f7e27102a48ae582e7530c (diff) | |
download | postgresql-ed368c1b8eb9cc7b17d6c918ff69e11789d06462.tar.gz postgresql-ed368c1b8eb9cc7b17d6c918ff69e11789d06462.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/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions