Patch for incomplete libpq DLL .def file

From: Gerhard Häring <haering_python(at)gmx(dot)de>
To: pgsql-patches(at)postgresql(dot)org
Subject: Patch for incomplete libpq DLL .def file
Date: 2001-06-02 08:07:59
Message-ID: 3B189EDF.91D14B5A@gmx.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

I have ported another Python Postgres interface to Windows (PgSQL). It seems
that not many people actually use libpq on Win32; I have found another bug. Some
functions that are defined in libpq-fe.h aren't exported in the DLL version of
the library. I have added them to src/interfaces/libpq/libpqdll.def. The new
complete file is attached.

Gerhard
--
mail: gerhard <at> bigfoot <dot> de registered Linux user #64239
web: http://highqualdev.com public key at homepage
public key fingerprint: DEC1 1D02 5743 1159 CD20 A4B6 7B22 6575 86AB 43C0
reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))

Attachment Content-Type Size
libpqdll.def text/plain 1.7 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Marko Kreen 2001-06-02 11:18:07 take 2: show all / reset all
Previous Message Tom Lane 2001-06-02 06:00:20 Re: show all;