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: "Karl Waclawek (IStop)" <kwaclaw(at)istop(dot)com>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: libpq.dll (Win32) for rel. 7.3.2 missing some exports
Date: 2003-06-12 08:00:05
Message-ID: 200306120800.h5C805R09362@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Patch applied. Thanks.

---------------------------------------------------------------------------

Karl Waclawek wrote:
> Attached is a diff (against current CVS), but just for libpq, not for psql.
>
> There are now two WIN32 scopes, one for MinGW, the other for MS/Borland.
>
> I used something like this to differentiate:
> #if defined(WIN32) && (defined(_MSC_VER) || defined(__BORLANDC__))
>
> Both, Borland BCC5.5 and MS VC++ 6.0 compile now.
> I was surprised that it compiles for you under MinGW,
> which would mean that postmaster.c needs to be compiled
> when building libpq.
>
> I briefly looked at psql, but it got confusing, since there are
> new changes that break my patch, and I don't have the time right now.
>
> Karl
>

[ Attachment, skipping... ]

--
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

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-06-12 08:02:16 Re: pgstattuple for schemas
Previous Message Bruce Momjian 2003-06-12 07:52:28 Re: Valid HTML/XHTML output for psql