From: | "Karl Waclawek" <karl(at)waclawek(dot)net> |
---|---|
To: | "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: libpq.dll (Win32) for rel. 7.3.2 missing some exports |
Date: | 2003-04-24 15:26:08 |
Message-ID: | 004c01c30a75$d49d8410$9e539696@citkwaclaww2k |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> Karl Waclawek wrote:
> > Just wanted to report this:
> >
> > The libpqdll.def (MS VC++) and blibpq.dll (Borland) DEF files
> > are missing entries for the exported functions PQunescapeBytea(),
> > PQfeeMem() and PQsendSome(), thus they won't be included in the Dll.
> > This is for the CVS - HEAD version of these files.
>
> Good catch --- I added PQunescapeBytea(), which should have been fixed
> in 7.3, and PQfeeMem(), which is new for 7.4. pqSendSome() is static,
> and I don't see a PQsendSome().
There was a PQsendSome() in libpq-fe.h rev. 1.91, but it was taken out in
the latest revision 1.92, although it still exists in fe-exec.c.
Sorry, my mistake.
Karl
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2003-04-24 16:38:39 | Re: default locale considered harmful? (was Re: Using |
Previous Message | Tom Lane | 2003-04-24 15:15:32 | Re: libpq.dll (Win32) for rel. 7.3.2 missing some exports |