repo.or.cz
/
PostgreSQL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix pg_dump bug in the database-level collation patch. "datcollate" and
[PostgreSQL.git]
/
src
/
template
/
aix
blob
94ad2f6175886c9a27a484e3d6e6b92decd04021
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
10
fi
11
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