Skip to content

Commit 49d762f

Browse files
committed
Update TODO list.
1 parent e4ba691 commit 49d762f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/TODO

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO 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

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -340,7 +340,7 @@ MISCELLANEOUS
340340
* Get faster regex() code from Henry Spencer <henry@zoo.utoronto.ca>
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
366366
SOURCE 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

Comments
 (0)