Tom Lane wrote:
> Um. Shouldn't that whole file be #ifndef EXEC_BACKEND?
Woops, sorry about that.
We can't make the file #ifndef EXEC_BACKEND since fork_process() is used
by the Unix implementation of internal_forkexec(), but #ifndef WIN32
should work. I've applied the attached patch to HEAD.
-Neil