]> granicus.if.org Git - postgresql/commit
Remove most compile-time options, add a few runtime options to make up for it.
authorBryan Henderson <bryanh@giraffe.netgate.net>
Thu, 14 Nov 1996 10:25:54 +0000 (10:25 +0000)
committerBryan Henderson <bryanh@giraffe.netgate.net>
Thu, 14 Nov 1996 10:25:54 +0000 (10:25 +0000)
commitf64b8403871fbb8a5cd475f58dd432a53549a60d
tree038ebc1218e286105fdba624a7a53cd7d26518a2
parent7ac541daf1b0bba6274f280eedba01166f97cbe8
Remove most compile-time options, add a few runtime options to make up for it.
In particular, no more compiled-in default for PGDATA or LIBDIR.  Commands
that need them need either invocation options or environment variables.
PGPORT default is hardcoded as 5432, but overrideable with options or
environment variables.
25 files changed:
src/backend/bootstrap/bootstrap.c
src/backend/libpq/Makefile
src/backend/libpq/pqcomm.c
src/backend/port/win32/nt.h
src/backend/postmaster/postmaster.c
src/backend/tcop/postgres.c
src/backend/utils/error/elog.c
src/backend/utils/init/Makefile
src/backend/utils/init/globals.c
src/backend/utils/init/miscinit.c
src/bin/createdb/Makefile
src/bin/createdb/createdb.sh
src/bin/createuser/Makefile
src/bin/createuser/createuser.sh
src/bin/destroydb/Makefile
src/bin/destroydb/destroydb.sh
src/bin/destroyuser/Makefile
src/bin/destroyuser/destroyuser.sh
src/bin/initdb/Makefile
src/bin/initdb/initdb.sh
src/include/config.h
src/include/miscadmin.h
src/interfaces/libpq++/Makefile
src/interfaces/libpq/Makefile
src/interfaces/libpq/fe-connect.c