Re: CVS head broken on win32?

From: Neil Conway <neilc(at)samurai(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Thomas Hallgren <thhal(at)mailblocks(dot)com>, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: CVS head broken on win32?
Date: 2005-03-16 00:01:29
Message-ID: 42377759.3060001@samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
win32_forkprocess.patch text/x-patch 731 bytes

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2005-03-16 00:47:50 Re: [pgsql-hackers-win32] UNICODE/UTF-8 on win32
Previous Message Bruce Momjian 2005-03-15 23:29:27 Re: change palloc to malloc