summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2000-06-14 17:01:35 +0000
committerBruce Momjian2000-06-14 17:01:35 +0000
commit2635bef5249adf9cdcec002c0c9c8980f7b1a8c3 (patch)
tree948dd611494de32e99735eb345d2e94021c5ed92
parent0d2a78bf23a96a6de837f05c6c3f40f146b8635d (diff)
Remove -O0 linux ppc flag
-rw-r--r--doc/TODO3
-rwxr-xr-xsrc/template/linux_ppc2
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 85135a97ae9..739525b17cf 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -215,7 +215,7 @@ INDEXES
CACHE
-* Cache most recent query plan(s) [prepare]
+* Cache most recent query plan(s) (Karel) [prepare]
* Shared catalog cache, reduce lseek()'s by caching table size in shared area
MISC
@@ -243,6 +243,7 @@ MISC
* Gather more accurate statistics using indexes
* Improve statistics storage in pg_class [performance]
* Improve VACUUM speed with indexes [vacuum]
+* BSD/OS does not support locale because there is no LC_MESSAGES
SOURCE CODE
-----------
diff --git a/src/template/linux_ppc b/src/template/linux_ppc
index 688d6a1afaf..5abf05c96b1 100755
--- a/src/template/linux_ppc
+++ b/src/template/linux_ppc
@@ -1,5 +1,5 @@
AROPT:crs
-CFLAGS:-O0
+CFLAGS:-O2
SHARED_LIB:-fpic
ALL:
SRCH_INC: