Re: Large queries - again...

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Steve Howe <howe(at)carcass(dot)dhs(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Large queries - again...
Date: 2001-07-21 18:30:45
Message-ID: 200107211830.f6LIUjY27320@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message mlw 2001-07-21 18:48:58 sub queries and caching.
Previous Message Tom Lane 2001-07-21 15:53:42 Re: plpgsql: RAISE <level> <expr> <params>