Re: pgsql: Prepare code to be built by MSVC: o remove - Mailing list pgsql-committers

From Bruce Momjian
Subject Re: pgsql: Prepare code to be built by MSVC: o remove
Date
Msg-id 200606081515.k58FFTr01099@candle.pha.pa.us
Whole thread Raw
In response to Re: pgsql: Prepare code to be built by MSVC: o remove many  ("Magnus Hagander" <mha@sollentuna.net>)
List 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. +

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Remove Win32 file, moved to /port.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add URL.