Currently, nonfatal warnings are not trapped (as they should be) by
authorBruce Momjian
Wed, 6 Jul 2005 22:44:49 +0000 (22:44 +0000)
committerBruce Momjian
Wed, 6 Jul 2005 22:44:49 +0000 (22:44 +0000)
commiteefdbba0629b1ddeb6bf1c2bf1b8858d16b79c8d
tree8a829092c2425665a69f95f465888c41a3121ca9
parent77838f73801f11f53936af7f924495123fd06fad
Currently, nonfatal warnings are not trapped (as they should be) by
plperl - the attached small patch remedies that omission, and adds a
small regression test for error and warning output - the new regression
input and expected output are in separate attached files.

Andrew Dunstan
src/pl/plperl/GNUmakefile
src/pl/plperl/expected/plperl_elog.out [new file with mode: 0644]
src/pl/plperl/plperl.c
src/pl/plperl/sql/plperl_elog.sql [new file with mode: 0644]