]> granicus.if.org Git - postgresql/commit
Make the locale location relocatable.
authorBruce Momjian <bruce@momjian.us>
Tue, 25 May 2004 01:00:30 +0000 (01:00 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 25 May 2004 01:00:30 +0000 (01:00 +0000)
commit228897774c08012ee280e5110856d908a6047697
tree9121ddcf98b32bc4cf4e03bbe28da78f0ef176a7
parent244ee0c0f2b87656f7d1eefca7f46fc61c877fd2
Make the locale location relocatable.

Adjust get_*_path functions to be limited to MAXPGPATH.
26 files changed:
src/backend/main/main.c
src/bin/initdb/initdb.c
src/bin/pg_controldata/Makefile
src/bin/pg_controldata/pg_controldata.c
src/bin/pg_dump/Makefile
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dumpall.c
src/bin/pg_dump/pg_restore.c
src/bin/pg_resetxlog/Makefile
src/bin/pg_resetxlog/pg_resetxlog.c
src/bin/psql/startup.c
src/bin/scripts/Makefile
src/bin/scripts/clusterdb.c
src/bin/scripts/common.c
src/bin/scripts/common.h
src/bin/scripts/createdb.c
src/bin/scripts/createlang.c
src/bin/scripts/createuser.c
src/bin/scripts/dropdb.c
src/bin/scripts/droplang.c
src/bin/scripts/dropuser.c
src/bin/scripts/vacuumdb.c
src/include/port.h
src/interfaces/libpq/fe-misc.c
src/port/Makefile
src/port/path.c