1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

AIX patches from Andreas.

This commit is contained in:
Tom Lane
2000-11-18 05:40:03 +00:00
parent 31e3634a05
commit 6ba959eee0
2 changed files with 7 additions and 14 deletions

View File

@ -12,8 +12,7 @@ if you have readline or libz there:
libpq++ does not work because xlC does not have the string and bool classes.
compiling the few files, that fail, with g++ does work.
Compiling PostgreSQL with gcc (2.95.2) on AIX does work if you use the
configure option: --with-template=aix_gcc
Compiling PostgreSQL with gcc (2.95.2) on AIX also works.
There will probably be warnings about int8 - int64 redefines and 0.0/0.0
devision warnings, which you can safely ignore.
There will probably be warnings about int8 - int64 redefines, 0.0/0.0
division and duplicate symbol warnings which you can safely ignore.