-
- Downloads
Make the various places that determine the user's "home directory"
consistent. On Unix we now always consult getpwuid(); $HOME isn't used at all. On Windows the code currently consults $USERPROFILE, or $HOME if that's not defined, but I expect this will change as soon as the win32 hackers come to a consensus. Nothing done yet about changing the file names used underneath $USERPROFILE.
Showing
- src/include/port.h 1 addition, 7 deletionssrc/include/port.h
- src/interfaces/libpq/fe-connect.c 41 additions, 25 deletionssrc/interfaces/libpq/fe-connect.c
- src/interfaces/libpq/fe-secure.c 2 additions, 31 deletionssrc/interfaces/libpq/fe-secure.c
- src/interfaces/libpq/libpq-int.h 2 additions, 1 deletionsrc/interfaces/libpq/libpq-int.h
- src/port/path.c 25 additions, 11 deletionssrc/port/path.c
Loading
Please register or sign in to comment