Re: libpq.dll (Win32) for rel. 7.3.2 missing some exports - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: libpq.dll (Win32) for rel. 7.3.2 missing some exports
Date
Msg-id 200306120800.h5C805R09362@candle.pha.pa.us
Whole thread Raw
List 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@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Valid HTML/XHTML output for psql
Next
From: Bruce Momjian
Date:
Subject: Re: pgstattuple for schemas