File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Thu Sep 23 18:04:44 EDT 1999
3
+ Last updated: Sun Sep 26 20:37:50 EDT 1999
4
4
5
5
Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
6
6
74
74
* Add OUTER joins, left and right(see TODO.detail/outer)(Thomas, Bruce)
75
75
* Allow long tuples by chaining or auto-storing outside db (chaining,large objs)
76
76
* Eliminate limits on query length
77
- * Fix memory leak for expressions?, aggregates?(see TODO.detail/memory)(Tom?)
77
+ * Fix memory leak for expressions?(see TODO.detail/memory)(Tom?)
78
+ * -Fix memory leak for aggregates?
78
79
79
80
ADMIN
80
81
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ powerpc-unknown-linux-gnu=linux_ppc
33
33
sparc-sun-solaris=solaris_sparc_gcc
34
34
sparc-sun-sunos4=sunos4_gcc
35
35
sparc-sun-sunos5=solaris_sparc_gcc
36
+ sparc-unknown-bsdi4=bsdi_4.0_sparc
36
37
sparc-unknown-linux-gnu=linux_sparc
37
38
mips-pc-linux-gnu=linux_mips
38
39
mipsel-unknown-linux-gnu=linux_mips
Original file line number Diff line number Diff line change
1
+ AROPT:cq
2
+ CFLAGS:-O2 -pipe
3
+ SHARED_LIB:-fpic
4
+ ALL:
5
+ SRCH_INC:
6
+ SRCH_LIB:
7
+ USE_LOCALE:no
8
+ DLSUFFIX:.so
9
+ YFLAGS:-d
10
+ YACC:
11
+ CC:gcc2
You can’t perform that action at this time.
0 commit comments