Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 974135a

Browse files
committed
Add 128 mention:
> * Increase identifier length (NAMEDATALEN) if small performance hit, > perhaps to standard length of 128; change struct pgNotify to use pid > first, breaks notify API;
1 parent b440e17 commit 974135a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/TODO

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Thu Jan 24 18:49:32 EST 2002
3+
Last updated: Thu Jan 24 20:04:28 EST 2002
44

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

@@ -474,8 +474,9 @@ SOURCE CODE
474474
* Improve access-permissions check on data directory in Cygwin (Tom)
475475
* Report failure to find readline or zlib at end of configure run
476476
* Add --port flag to regression tests
477-
* Increase identifier length (NAMEDATALEN) if small performance hit;
478-
change struct pgNotify to use pid first, breaks notify API
477+
* Increase identifier length (NAMEDATALEN) if small performance hit,
478+
perhaps to standard length of 128; change struct pgNotify to use pid
479+
first, breaks notify API;
479480
* Increase maximum number of function parameters if little wasted space
480481
* Add documentation for perl, including mention of DBI/DBD perl location
481482
* Add optional CRC checksum to heap and index pages

0 commit comments

Comments
 (0)