Re: Large queries - again...

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Large queries - again...
Дата
Msg-id 200107211830.f6LIUjY27320@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Large queries - again...  ("Steve Howe" <howe@carcass.dhs.org>)
Список pgsql-hackers
> > OK, I just applied a patch to add the final fixes to Win32 libpq.
> > Please try the CVS or later snapshot to see how it works.  The patch
> > suggested adding
> >
> > #define snprintf _snprintf
> >
> > to win32.h and I have done that.  There was already one there for
> > vsnprintf.  I am quite confused about the elog() mention.  I don't see
> > where we added a call to elog() in the past day.  I only see two
> > mentions of elog in the code, both it dllist.c.  They don't use elog()
> > if you define FRONTEND.  Please do -DFRONTEND on the compile line.  I
> > think this will give you a good library binary.
> 
> I did it, but that brings other dependency problems (see below). I think
> it's better to properly fix the elog issue... :-)

Shouldn't we be defining FRONTEND in the win32.mak file?

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: plpgsql: RAISE
Следующее
От: mlw
Дата:
Сообщение: sub queries and caching.