Remove pstrdup() call from exec.c because DLLIMPORT flag on

Bruce Momjian <bruce@momjian.us>

Commit: 244ee0c0f2b87656f7d1eefca7f46fc61c877fd2
Author: Bruce Momjian <bruce@momjian.us>
Date: 2004-05-24T22:35:37Z
Releases: 8.0.0
Remove pstrdup() call from exec.c because DLLIMPORT flag on
CurrentMemoryContext caused compile problems.

Recode to not make a copy of the PATH but copy parts out into MAXPGPATH
variables.

Files

PathChange+/−
src/port/exec.c modified +25 −34