Removed the automatic installation of built procedural languages
Jan Wieck <JanWieck@Yahoo.com>
Removed the automatic installation of built procedural languages from initdb again. Added two new commands, createlang and destroylang to bin. These hopefully end this damned mklang.sql discussion. Jan
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/createlang/createlang.sh | added | +173 −0 |
| src/bin/createlang/Makefile | added | +29 −0 |
| src/bin/destroylang/destroylang.sh | added | +139 −0 |
| src/bin/destroylang/Makefile | added | +28 −0 |
| src/bin/initdb/initdb.sh | modified | +1 −21 |
| src/bin/initdb/Makefile | modified | +1 −2 |
| src/bin/Makefile | modified | +3 −2 |
| src/test/regress/regress.sh | modified | +8 −1 |