Re: plpgsql compile error on win32

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Magnus Hagander" <mha(at)sollentuna(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: plpgsql compile error on win32
Date: 2004-07-31 17:49:44
Message-ID: 27991.1091296184@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Magnus Hagander" <mha(at)sollentuna(dot)net> writes:
> With the latest commits, plpgsql no longer compiles on win32, because of
> a link failure to pg_strcasecmp().

That doesn't make any sense. It should resolve it as a function in the
backend. Why isn't that happening?

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message ohp 2004-07-31 18:12:03 Another PITR question
Previous Message Tom Lane 2004-07-31 17:43:25 Re: Anybody have an Oracle PL/SQL reference at hand?