Re: plpgsql compile error on win32 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: plpgsql compile error on win32
Date
Msg-id 453.1091302086@sss.pgh.pa.us
Whole thread Raw
In response to Re: plpgsql compile error on win32  ("Magnus Hagander" <mha@sollentuna.net>)
List pgsql-hackers
"Magnus Hagander" <mha@sollentuna.net> writes:
> pg_strcasecmp is *not* included in libpostgres.a. It is in
> port/libpgport.a, though. (It's also in postgres.exe, but we don't link
> against that..) 

What do you mean we don't link against that?  There must be hundreds of
functions in the main backend that plpgsql.dll needs to call.  How is
it resolving the rest of them?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: Anybody have an Oracle PL/SQL reference at hand?
Next
From: "Magnus Hagander"
Date:
Subject: Re: plpgsql compile error on win32