]> granicus.if.org Git - postgresql/commit
Remove pstrdup() call from exec.c because DLLIMPORT flag on
authorBruce Momjian <bruce@momjian.us>
Mon, 24 May 2004 22:35:37 +0000 (22:35 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 24 May 2004 22:35:37 +0000 (22:35 +0000)
commit244ee0c0f2b87656f7d1eefca7f46fc61c877fd2
tree80e57bf1110cae430fdf93b8481070fc2a3bb97e
parentfcbc95b9a2ac21c8b82f184b884923cd101fa55a
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.
src/port/exec.c