Re: BUG #3415: plperl spi_exec_prepared variable undef value confusion
В списке pgsql-bugs по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: BUG #3415: plperl spi_exec_prepared variable undef value confusion |
| Дата | |
| Msg-id | 13918.1183048443@sss.pgh.pa.us обсуждение |
| Ответ на | BUG #3415: plperl spi_exec_prepared variable undef value confusion ("Matt" <matt@lindenelevator.com>) |
| Ответы |
Re: BUG #3415: plperl spi_exec_prepared variable undef value confusion
Re: BUG #3415: plperl spi_exec_prepared variable undef value confusion |
| Список | pgsql-bugs |
"Matt" <matt@lindenelevator.com> writes:
> Description: plperl spi_exec_prepared variable undef value confusion
[ pokes at it ... ] Some of the places in plperl.c that are checking for
undef values use code like
if (SvOK(val) && SvTYPE(val) != SVt_NULL)
and some just test the SvTYPE part. It looks to me like the SvOK test
is essential --- in fact I'm not sure the SvTYPE test is even bringing
anything to the party. Any perl-extension gurus around here?
regards, tom lane
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера