Re: libpq.dll (Win32) for rel. 7.3.2 missing some exports

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Karl Waclawek <karl(at)waclawek(dot)net>
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:11:03
Message-ID: 200304241511.h3OFB3S25994@candle.pha.pa.us
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().

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-04-24 15:15:32 Re: libpq.dll (Win32) for rel. 7.3.2 missing some exports
Previous Message Karl Waclawek 2003-04-24 14:58:48 libpq.dll (Win32) for rel. 7.3.2 missing some exports