Re: Win32 patch to allow compilation - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: Win32 patch to allow compilation
Date
Msg-id Pine.LNX.4.44.0305161537280.2224-100000@peter.localdomain
Whole thread Raw
In response to Win32 patch to allow compilation  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Win32 patch to allow compilation  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Bruce Momjian writes:

> I have applied the following patch to allow Win32 compilation under
> MinGW.  The patch includes the following changes:
>
>     Win32 port is now called 'win32' rather than 'win'

I think this is wrong-headed.  What's the reason?

>     new /include/port/win32_include dir to hold missing include files

For the other ports we have simply named this directory after the name of
the port.  Appending "_include" is redundant.

--
Peter Eisentraut   peter_e@gmx.net


pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Add pg_catalog to pltcl code
Next
From: Peter Eisentraut
Date:
Subject: Re: Removal of krb4 support...