Re: Problem compiling PostgreSQL 8.1.4 on AIX.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Nzer Zaidenberg <scipioenterprises(at)yahoo(dot)com>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: Problem compiling PostgreSQL 8.1.4 on AIX.
Date: 2006-08-14 01:27:50
Message-ID: 11612.1155518870@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Nzer Zaidenberg <scipioenterprises(at)yahoo(dot)com> writes:
> (gdb) bt
> #0 0x3ff29d04 in ?? ()
> #1 0x100206d0 in hash_search (hashp=0x2009bdc0, keyPtr=0x2009ddf8,
> action=HASH_ENTER, foundPtr=0x2009cc60 "") at dynahash.c:673

That's the dynahash.c problem mentioned in FAQ_AIX. AFAICT this is
a compiler bug in that particular AIX release, which you can work around
by applying the patch given in the FAQ entry.

regards, tom lane

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Keith Hutchison 2006-08-31 03:11:13 Compiling problem postgresql-8.1.4 with Mingw-5.0.2 and Msys-1.0.11
Previous Message Nzer Zaidenberg 2006-08-12 21:21:11 Re: Problem compiling PostgreSQL 8.1.4 on AIX.