CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: scrappy@hub.org 01/09/16 12:11:11
Modified files:
contrib : contrib-global.mk
contrib/pgcrypto: Makefile
contrib/rserv : Makefile MasterInit.in master.sql.in
doc/src/sgml : installation.sgml runtime.sgml xfunc.sgml
doc/src/sgml/ref: pg_config-ref.sgml
src : Makefile.global.in
src/backend : Makefile
src/backend/utils/fmgr: Makefile dfmgr.c
src/bin/pg_config: Makefile pg_config.sh
src/pl/plperl : GNUmakefile
src/pl/plpgsql/src: Makefile
src/pl/plpython: Makefile
src/pl/tcl : Makefile
src/test/regress: GNUmakefile pg_regress.sh
Log message:
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.