Thread: pgsql: Wrap the implementation of fork_process() inside #ifndef WIN32 --

pgsql: Wrap the implementation of fork_process() inside #ifndef WIN32 --

From
neilc@svr1.postgresql.org (Neil Conway)
Date:
Log Message:
-----------
Wrap the implementation of fork_process() inside #ifndef WIN32 -- this
should hopefully unbreak the Win32 build. Apologies for breaking it in
the first place.

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        fork_process.c (r1.2 -> r1.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/fork_process.c.diff?r1=1.2&r2=1.3)