11TODO list for PostgreSQL
22========================
3- Last updated: Wed Nov 21 13:49:01 EST 2001
3+ Last updated: Wed Nov 21 13:49:42 EST 2001
44
55Current maintainer: Bruce Momjian (
[email protected] )
66
@@ -340,7 +340,7 @@ MISCELLANEOUS
340340* Get faster regex() code from Henry Spencer <
[email protected] >
341341 when it is available
342342* Use mmap() rather than SYSV shared memory(?) [mmap]
343- * Use mmap() to write WAL files(?) [mmap]
343+ * Use mmap() to write WAL files (?) [mmap]
344344* Improve Subplan list handling
345345* Allow Subplans to use efficient joins(hash, merge) with upper variable
346346* Improve dynamic memory allocation by introducing tuple-context memory
@@ -366,7 +366,7 @@ MISCELLANEOUS
366366SOURCE CODE
367367-----------
368368* Add use of 'const' for variables in source tree
369- * Does Mariposa source contain any other bug fixes?
369+ * Does Mariposa source contain any other bug fixes (?)
370370* -Convert remaining fprintf(stderr,...)/perror() to elog() (Peter E)
371371* Fix problems with libpq non-blocking/async code [async]
372372* -Merge global and template BKI files (Tom)
@@ -387,7 +387,7 @@ SOURCE CODE
387387* -Decide on spelling of indexes/indices (Peter E)
388388* -Add mention of VACUUM, log rotation to Administrator's Guide (Tom, Bruce)
389389* Make one version of simple_prompt() in code (Bruce, Tom)
390- * Compile in syslog functionaility by default(?)
390+ * Compile in syslog functionaility by default (?)
391391* Modify regression tests to prevent failures do to minor numeric rounding
392392* Remove USING clause from pg_get_indexdef() if index is btree (Bruce)
393393
0 commit comments