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

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Wrap the implementation of fork_process() inside #ifndef WIN32 --
Date: 2005-03-16 00:02:40
Message-ID: 20050316000240.CF60E567A2@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-03-16 00:02:50 pgsql: Prevent locale-aware handling of upper, lower, and initcap when
Previous Message Bruce Momjian 2005-03-15 22:38:23 pgsql: Update to 8.0.1.