]> granicus.if.org Git - postgresql/commit
Install dynamically loadable modules into a private subdirectory
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 16 Sep 2001 16:11:11 +0000 (16:11 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 16 Sep 2001 16:11:11 +0000 (16:11 +0000)
commit264f8f2b6c8fe64110753c25634e0f1178cbe243
tree570f4c70d6494a8ca543c915e59bfa9de1761e84
parentd20a50de33d86dfbf8d6097d460ebd3a14bd52c9
Install dynamically loadable modules into a private subdirectory
under libdir, for a cleaner separation in the installation layout
and compatibility with binary packaging standards.  Point backend's
default search location there.  The contrib modules are also
installed in the said location, giving them the benefit of the
default search path as well.  No changes in user interface
nevertheless.
21 files changed:
contrib/contrib-global.mk
contrib/pgcrypto/Makefile
contrib/rserv/Makefile
contrib/rserv/MasterInit.in
contrib/rserv/master.sql.in
doc/src/sgml/installation.sgml
doc/src/sgml/ref/pg_config-ref.sgml
doc/src/sgml/runtime.sgml
doc/src/sgml/xfunc.sgml
src/Makefile.global.in
src/backend/Makefile
src/backend/utils/fmgr/Makefile
src/backend/utils/fmgr/dfmgr.c
src/bin/pg_config/Makefile
src/bin/pg_config/pg_config.sh
src/pl/plperl/GNUmakefile
src/pl/plpgsql/src/Makefile
src/pl/plpython/Makefile
src/pl/tcl/Makefile
src/test/regress/GNUmakefile
src/test/regress/pg_regress.sh