Re: Latest ecpg patch broke MSVC build

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: Latest ecpg patch broke MSVC build
Дата
Msg-id 20071001103402.GE387@svr2.hagander.net
обсуждение исходный текст
Ответ на Re: Latest ecpg patch broke MSVC build  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Sun, Sep 30, 2007 at 11:46:00PM -0400, Tom Lane wrote:
> Andrew Dunstan <andrew@dunslane.net> writes:
> > It is building with thread.c but it should not be unless I am misreading 
> > the Makefile. The makefile processing in Project.pm doesn't look nearly 
> > powerful enough to handle this:
> 
> >   # thread.c is needed only for non-WIN32 implementation of path.c
> >   ifneq ($(PORTNAME), win32)
> >   OBJS += thread.o
> >   endif
> 
> Hmm, sounds like a problem, but why was it not a problem before?

It's not realliy a problem since the stuff in thread.c is #ifdefed away on
Windows in most cases anyway. All we do is import a small piece of code
we'll never use..

//Magnus


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Latest ecpg patch broke MSVC build
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: msvc >= VC7 understands __FUNCTION__