pgsql/src/interfaces/libpq libpqdll.def

From: Bruce Momjian - CVS <momjian(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/libpq libpqdll.def
Date: 2001-06-07 00:10:18
Message-ID: 200106070010.f570AIr02946@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian(at)hub(dot)org 01/06/06 20:10:18

Modified files:
src/interfaces/libpq: libpqdll.def

Log message:
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 H?ring

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2001-06-07 00:20:43 Re: pgsql/src/backend/access/transam Tag: REL7_1_S ...
Previous Message Bruce Momjian - CVS 2001-06-07 00:09:32 pgsql/src backend/commands/command.c backend/u ...