xpNitin writes:
> Tried this a few times. I am trying to compile and run PostgreSQL 9.4.0 on
> AIX 7.1.
Is there a particular reason you're trying to build 9.4.0, and not the
current release 9.4.4?
> But DB fails to start. I get this error:
> creating system views ... TRAP: FailedAssertion("!
Hello,
Tried this a few times. I am trying to compile and run PostgreSQL 9.4.0 on
AIX 7.1. I was able to compile with following settings:
CC="xlc_r -q64 -qnoansialias"
CFLAGS="-g -O0"
AR="ar -X64"
OBJECT_MODE=64
./configure --enable-cassert --enable-debug
-with-includes=/opt/freeware/include --wi