This is a discussion on pgsql: Fix incorrect tests for undef Perl values in some places in within the pgsql Committers forums, part of the PostgreSQL category; --> Log Message: ----------- Fix incorrect tests for undef Perl values in some places in plperl.c. The correct test for ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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_0_STABLE Modified Files: -------------- pgsql/src/pl/plperl: plperl.c (r1.67.4.6 -> r1.67.4.7) (http://developer.postgresql.org/cvsw....6&r2=1.67.4.7) ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate |
| Thread Tools | |
| Display Modes | |
|
|