Add new elog() levels to stored procedure languages. plperl DEBUG hack
Bruce Momjian <bruce@momjian.us>
Add new elog() levels to stored procedure languages. plperl DEBUG hack still needed because only removed in 7.4.
Files
| Path | Change | +/− |
|---|---|---|
| src/pl/plperl/eloglvl.c | modified | +21 −2 |
| src/pl/plperl/eloglvl.h | modified | +10 −5 |
| src/pl/plperl/plperl.c | modified | +2 −2 |
| src/pl/plperl/SPI.xs | modified | +13 −5 |
| src/pl/plpgsql/src/gram.y | modified | +16 −1 |
| src/pl/plpgsql/src/scan.l | modified | +4 −1 |
| src/pl/plpython/error.expected | modified | +3 −3 |
| src/pl/plpython/feature.expected | modified | +1 −1 |
| src/pl/plpython/plpython.c | modified | +35 −11 |
| src/pl/tcl/pltcl.c | modified | +6 −4 |