Skip to content

Commit e9a0de8

Browse files
committed
Done:
> * -Increase identifier length (NAMEDATALEN) if small performance hit, > * -Increase maximum number of function parameters if little wasted space
1 parent c028c2a commit e9a0de8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

doc/TODO

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Tue Aug 13 00:32:10 EDT 2002
3+
Last updated: Tue Aug 13 22:24:31 EDT 2002
44

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

@@ -484,10 +484,8 @@ Source Code
484484
* Improve access-permissions check on data directory in Cygwin (Tom)
485485
* -Report failure to find readline or zlib at end of configure run
486486
* Add --port flag to regression tests
487-
* Increase identifier length (NAMEDATALEN) if small performance hit,
488-
perhaps to standard length of 128; change struct pgNotify to use pid
489-
first, breaks notify API; [namedatalen]
490-
* Increase maximum number of function parameters if little wasted space
487+
* -Increase identifier length (NAMEDATALEN) if small performance hit,
488+
* -Increase maximum number of function parameters if little wasted space
491489
* Add documentation for perl, including mention of DBI/DBD perl location
492490
* Add optional CRC checksum to heap and index pages
493491
* Change representation of whole-tuple parameters to functions

0 commit comments

Comments
 (0)