From: | "Myles Bogner, Ph(dot)D(dot)" <dr(dot)myles(dot)bogner(at)asynchrony(dot)com> |
---|---|
To: | <pgsql-ports(at)postgresql(dot)org> |
Subject: | Re: plPGsql and PostgreSQL 7.1beta4 in Cygwin doesn't work |
Date: | 2001-02-12 20:51:52 |
Message-ID: | 001d01c09535$a0c6c3c0$be02a8c0@bogner |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-ports |
Eduardo,
I'm able to use plpgsql functions without difficulty on Windows 2000
with the PostgreSQL CVS checkout. I did have to check out the latest cygwin
dll snapshot. In addition, I had to symlink /usr/lib/plpgsql.so ->
/usr/local/pgsql/lib/plpgsql.dll .
Myles
----- Original Message -----
From: "Eduardo Stern" <eduardo(at)stern(dot)com(dot)br>
To: <pgsql-ports(at)postgresql(dot)org>
Sent: Friday, February 09, 2001 1:36 PM
Subject: [PORTS] plPGsql and PostgreSQL 7.1beta4 in Cygwin doesn't work
> Hello.
>
> I've installed cygwin 1.1.8, with the latest snapshot with mmap
corrections,
> installed cygipc, compiled PostgreSQL 7.1beta4. Made the regression test
> using make SHELL=/bin/bash check, ant it passed all 76 tests.
>
> Then I created a database for productions with initdb, created some
tables,
> and tried a plpgsql function. It hangs the server everytime. Even a very
> small plpgsql function hangs. Tried createlang with the -L parameter, and
it
> gives the same problem. The same plpgsql function works great on the Linux
> PostgreSQL.
>
> Anybody have clues? Could it be related to cygwin 1.1.8?
>
> Thank's,
>
> Eduardo Stern
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-02-12 20:56:58 | Re: plPGsql and PostgreSQL 7.1beta4 in Cygwin doesn't work |
Previous Message | Jason Tishler | 2001-02-12 18:12:48 | Re: Cygwin postmaster exit problem? |