Fix an ALTER TABLE test case so that it actually tests what the comment says it
[PostgreSQL.git] / src / template / aix
blob94ad2f6175886c9a27a484e3d6e6b92decd04021
1 if test "$GCC" != yes ; then
2   case $host_os in
3     aix3.2.5 | aix4.1*)
4       CFLAGS="-O -qmaxmem=16384 -qsrcmsg"
5       ;;
6     *)
7       CFLAGS="-O2 -qmaxmem=16384 -qsrcmsg -qlonglong"
8       ;;
9   esac
12 # Native memset() is faster, tested on:
13 #       AIX 5.1 and 5.2, XLC 6.0 (IBM's cc)
14 #       AIX 5.3 ML3, gcc 4.0.1
15 MEMSET_LOOP_LIMIT=0