Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix.
authorBruce Momjian <[email protected]>
Wed, 18 Aug 2004 02:59:12 +0000 (02:59 +0000)
committerBruce Momjian <[email protected]>
Wed, 18 Aug 2004 02:59:12 +0000 (02:59 +0000)
commit1abf13db3c7f1ffa4e40c9f51f7ba76f390e7f06
treeebd668ab6ae559e447a1799bf611c449eb86da23
parent19cd31b0682d32142edf7599b653d4eff7031a8c
Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix.
src/bin/psql/common.c
src/bin/psql/input.c
src/bin/psql/startup.c
src/include/port.h
src/interfaces/libpq/fe-connect.c
src/port/path.c