Re: [HACKERS] AIX 7.1 compile and initdb error TRAP: FailedAssertion

2015-08-23 Thread Tom Lane
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("!

[HACKERS] AIX 7.1 compile and initdb error TRAP: FailedAssertion

2015-08-23 Thread xpNitin
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