Add prefix to pl/pgsql global variables and functions
Magnus Hagander <magnus@hagander.net>
Add prefix to pl/pgsql global variables and functions Rename pl/pgsql global variables to always have a plpgsql_ prefix, so they don't conflict with other shared libraries loaded.
Files
| Path | Change | +/− |
|---|---|---|
| src/pl/plpgsql/src/pl_comp.c | modified | +14 −14 |
| src/pl/plpgsql/src/pl_exec.c | modified | +27 −27 |
| src/pl/plpgsql/src/pl_gram.y | modified | +1 −1 |
| src/pl/plpgsql/src/pl_handler.c | modified | +2 −2 |
| src/pl/plpgsql/src/plpgsql.h | modified | +4 −4 |