We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2a78b commit 2635befCopy full SHA for 2635bef
doc/TODO
@@ -215,7 +215,7 @@ INDEXES
215
216
CACHE
217
218
-* Cache most recent query plan(s) [prepare]
+* Cache most recent query plan(s) (Karel) [prepare]
219
* Shared catalog cache, reduce lseek()'s by caching table size in shared area
220
221
MISC
@@ -243,6 +243,7 @@ MISC
243
* Gather more accurate statistics using indexes
244
* Improve statistics storage in pg_class [performance]
245
* Improve VACUUM speed with indexes [vacuum]
246
+* BSD/OS does not support locale because there is no LC_MESSAGES
247
248
SOURCE CODE
249
-----------
src/template/linux_ppc
@@ -1,5 +1,5 @@
1
AROPT:crs
2
-CFLAGS:-O0
+CFLAGS:-O2
3
SHARED_LIB:-fpic
4
ALL:
5
SRCH_INC:
0 commit comments