lease find enclosed a patch that matches the PL/Perl documentation
Bruce Momjian <bruce@momjian.us>
lease find enclosed a patch that matches the PL/Perl documentation (fairly closely, I hope) to the current PL/Perl implementation. David Fetter
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/plperl.sgml | modified | +258 −64 |
| src/backend/bootstrap/bootstrap.c | modified | +14 −1 |
| src/backend/catalog/Makefile | modified | +2 −2 |
| src/backend/catalog/system_views.sql | modified | +5 −1 |
| src/backend/Makefile | modified | +3 −3 |
| src/backend/postmaster/Makefile | modified | +2 −2 |
| src/backend/postmaster/postmaster.c | modified | +149 −30 |
| src/backend/utils/misc/guc.c | modified | +51 −2 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +10 −0 |
| src/include/bootstrap/bootstrap.h | modified | +2 −1 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/postmaster/postmaster.h | modified | +2 −1 |
| src/include/storage/proc.h | modified | +3 −2 |
| src/include/utils/guc_tables.h | modified | +2 −1 |
| src/test/regress/expected/rules.out | modified | +2 −2 |