]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix BSD-only coding in port.c (passing a local variable to putenv).
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 10 Jul 2004 22:58:42 +0000 (22:58 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 10 Jul 2004 22:58:42 +0000 (22:58 +0000)
commitb9f698eccb0cf75dc949913b2946a81053f27d88
tree708771cb9d1e69ddab2dcc826b9644aeeba8c68d
parent82f755ec800849d1c0092fc90c9eba0225b10139
Fix BSD-only coding in port.c (passing a local variable to putenv).
Also a quick but half-baked attempt to make trim_trailing_separator
do the right thing with path consisting only of '/' --- still needs
work for Windows I think.
src/port/path.c