Re: Large queries - again... - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Large queries - again...
Date
Msg-id 200107211830.f6LIUjY27320@candle.pha.pa.us
Whole thread Raw
In response to Re: Large queries - again...  ("Steve Howe" <howe@carcass.dhs.org>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: plpgsql: RAISE
Next
From: mlw
Date:
Subject: sub queries and caching.