aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-02-03 13:56:20 +0000
committerBruce Momjian <bruce@momjian.us>2006-02-03 13:56:20 +0000
commita25b1decef62b2b47504bbf40b9add149ed5b8dc (patch)
tree4e036546490282f63df555d452a74ac314ad3659 /src
parentebd38e3c1d9bccb66253979840ae37612b0e3e89 (diff)
downloadpostgresql-a25b1decef62b2b47504bbf40b9add149ed5b8dc.tar.gz
postgresql-a25b1decef62b2b47504bbf40b9add149ed5b8dc.zip
Update tested AIX memset platforms.
Diffstat (limited to 'src')
-rw-r--r--src/template/aix5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/template/aix b/src/template/aix
index d875a08083c..94ad2f61758 100644
--- a/src/template/aix
+++ b/src/template/aix
@@ -9,6 +9,7 @@ if test "$GCC" != yes ; then
esac
fi
-# native memset() is faster, 2006-02-03
-# XLC 6.0, (IBM's cc), tested on AIX 5.2 and 5.1
+# Native memset() is faster, tested on:
+# AIX 5.1 and 5.2, XLC 6.0 (IBM's cc)
+# AIX 5.3 ML3, gcc 4.0.1
MEMSET_LOOP_LIMIT=0