Re: pgsql: Prepare code to be built by MSVC: o remove

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Magnus Hagander <mha(at)sollentuna(dot)net>
Cc: Bruce Momjian <momjian(at)postgresql(dot)org>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Prepare code to be built by MSVC: o remove
Date: 2006-06-08 15:15:29
Message-ID: 200606081515.k58FFTr01099@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Magnus Hagander wrote:
> > Log Message:
> > -----------
> > Prepare code to be built by MSVC:
> >
> > o remove many WIN32_CLIENT_ONLY defines
> > o add WIN32_ONLY_COMPILER define
> > o add 3rd argument to open() for portability
> > o add include/port/win32_msvc directory for
> > system includes
> >
> > Magnus Hagander
> >
>
> > win32error.c (r1.1)
> >
> > (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/win
> > 32error.c?rev=1.1&content-type=text/x-cvsweb-markup)
>
>
> That file was moved from src/backend/port/win32/error.c, and should
> probably be removed frmo there as well.. (The patch removed it from the
> Makefile properly, btu the file is still there)

Done.

--
Bruce Momjian http://candle.pha.pa.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-06-08 15:41:22 pgsql: Add URL.
Previous Message Bruce Momjian 2006-06-08 15:15:13 pgsql: Remove Win32 file, moved to /port.