On Sat, 9 Oct 2004, Tom Lane wrote:
> Date: Sat, 09 Oct 2004 11:46:36 -0400
> From: Tom Lane <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Cc: pgsql-hackers list <[EMAIL PROTECTED]>
> Subject: Re: [HACKERS] beta3 on unixware 714
>
> [EMAIL PROTECTED] writes:
>
[EMAIL PROTECTED] writes:
> not sure:
> createlang: language installation failed: ERROR: could not load library
>
> "/home/postgres/postgresql-snapshot/src/test/regress/./tmp_check/install//usr/local/pgsql/lib/plpgsql.so":
> dynamic linker:
> /home/postgres/postgresql-snapshot/src/test/regress
On Sat, 9 Oct 2004, Tom Lane wrote:
> Date: Sat, 09 Oct 2004 11:19:51 -0400
> From: Tom Lane <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Cc: pgsql-hackers list <[EMAIL PROTECTED]>
> Subject: Re: [HACKERS] beta3 on unixware 714
>
> [EMAIL PROTECTED] writes:
[EMAIL PROTECTED] writes:
> Also, I tried to compile with --enable-cassert, this causes a "symbol not
> found" in createlang while make check.
Sounds like picking up the wrong version of a shared library.
regards, tom lane
---(end of broadcast)
Hi all,
I've been giving a shot to beta3 since yesterday.
make check produces a hang when testing the 14 parallel tests (limit...)
at that point, no tests ever returns, one postmaster is 100% cpu bound and
nothing occurs.
Beta2 was ok; I wonder what changed.
Also, I tried to compile with --enable