Skip to content

Commit b440e17

Browse files
committed
Updated:
> * Increase identifier length (NAMEDATALEN) if small performance hit; > change struct pgNotify to use pid first, breaks notify API
1 parent daf4891 commit b440e17

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/TODO

Lines changed: 3 additions & 2 deletions
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:35:14 EST 2002
3+
Last updated: Thu Jan 24 18:49:32 EST 2002
44

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

@@ -474,7 +474,8 @@ 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
477+
* Increase identifier length (NAMEDATALEN) if small performance hit;
478+
change struct pgNotify to use pid first, breaks notify API
478479
* Increase maximum number of function parameters if little wasted space
479480
* Add documentation for perl, including mention of DBI/DBD perl location
480481
* Add optional CRC checksum to heap and index pages

0 commit comments

Comments
 (0)