Currently, nonfatal warnings are not trapped (as they should be) by
Bruce Momjian <bruce@momjian.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/pl/plperl/expected/plperl_elog.out | added | +29 −0 |
| src/pl/plperl/GNUmakefile | modified | +1 −1 |
| src/pl/plperl/plperl.c | modified | +1 −1 |
| src/pl/plperl/sql/plperl_elog.sql | added | +23 −0 |