]> granicus.if.org Git - postgresql/commit
Clean up code in libpq that obtains user's home directory: make a single
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 4 Jan 2005 23:18:25 +0000 (23:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 4 Jan 2005 23:18:25 +0000 (23:18 +0000)
commitedf3832b5c5b3b12528a2208d4e077e2f0d48903
treeafc59b310cb6aad495b57e131d5533d9e82d0bd1
parentd877de9e6bd1fb6f9b1590ca0e6ce35b61077d6e
Clean up code in libpq that obtains user's home directory: make a single
subroutine that can hide platform dependencies.  The WIN32 path is still
a stub, but I await a fix from one of the win32 hackers.
Also clean up unnecessary #ifdef WIN32 ugliness in a couple of places.
src/interfaces/libpq/fe-auth.c
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/fe-secure.c