|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Mon Sep13 22:19:20 EDT 1999 |
| 3 | +Last updated:Thu Sep16 21:50:14 EDT 1999 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (maillist@candle.pha.pa.us) |
6 | 6 |
|
@@ -247,13 +247,15 @@ MISC |
247 | 247 | * In WHERE tab1.x=3 AND tab1.x=tab2.y, add tab2.y=3 |
248 | 248 | * pass atttypmod through parser in more cases(Bruce) |
249 | 249 | * remove duplicate type in/out functions for disk and net |
| 250 | +* change VACUUM ANALYZE to use btree comparison functions, not <,=,> calls |
250 | 251 |
|
251 | 252 | SOURCE CODE |
252 | 253 | ----------- |
253 | 254 | * Add use of 'const' for varibles in source tree |
254 | 255 | * Fix C optimizer problem where fmgr_ptr calls return different types |
255 | 256 | * Add needed includes and removed unneede include files(Bruce) |
256 | 257 | * Make configure --enable-debug add -g on compile line |
| 258 | +* Does Mariposa source contain any other bug fixes? |
257 | 259 |
|
258 | 260 | --------------------------------------------------------------------------- |
259 | 261 |
|
|