Further patch for VS2005

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Further patch for VS2005
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0FA9E@algol.sollentuna.se
обсуждение исходный текст
Ответы Re: Further patch for VS2005  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Further patch for VS2005  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-patches
Hi!

Attached patch is required ot build with the CRT that comes with Visual
Studio 2005. Basically MS defined errcode in the headers with a typedef,
so we have to #define it out of the way.

While at it, fix a function declaration in plpython that didn't match
the implementation (volatile missing).

//Magnus


Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: MS-VC build patch
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Further patch for VS2005