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

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: pgsql: Prepare code to be built by MSVC: o remove many
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0F9F6@algol.sollentuna.se
обсуждение исходный текст
Ответ на pgsql: Prepare code to be built by MSVC: o remove many  (momjian@postgresql.org (Bruce Momjian))
Ответы Re: pgsql: Prepare code to be built by MSVC: o remove  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Remove obsolete comment about VACUUM FULL: it takes buffer
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Remove Win32 file, moved to /port.