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

From Magnus Hagander
Subject Re: pgsql: Prepare code to be built by MSVC: o remove many
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0F9F6@algol.sollentuna.se
Whole thread Raw
In response to pgsql: Prepare code to be built by MSVC: o remove many  (momjian@postgresql.org (Bruce Momjian))
Responses Re: pgsql: Prepare code to be built by MSVC: o remove  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-committers
> 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)

//Magnus

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Remove obsolete comment about VACUUM FULL: it takes buffer
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Remove Win32 file, moved to /port.