Cleaned up PL/pgSQL build. Fixed a couple of copyandpaste'os in the
Peter Eisentraut <peter_e@gmx.net>
Cleaned up PL/pgSQL build. Fixed a couple of copyandpaste'os in the interfaces and interfaces/odbc make files. Adjusted regression test driver to start building and installing in the top level directory.
Files
| Path | Change | +/− |
|---|---|---|
| configure | modified | +2 −11 |
| configure.in | modified | +1 −19 |
| src/interfaces/Makefile.in | modified | +3 −3 |
| src/interfaces/odbc/GNUmakefile.in | modified | +2 −2 |
| src/pl/Makefile.in | modified | +12 −3 |
| src/pl/plpgsql/Makefile | deleted | +0 −20 |
| src/pl/plpgsql/Makefile.in | added | +34 −0 |
| src/pl/plpgsql/src/Makefile.in | modified | +70 −40 |
| src/pl/plpgsql/src/mklang.sql.in | modified | +2 −3 |
| src/pl/plpgsql/src/scan.l | modified | +2 −1 |
| src/test/regress/run_check.sh | modified | +2 −2 |