Skip to content

Commit c1026d0

Browse files
committed
Add:
> * Allow the identifier length to be increased via a configure option
1 parent a130d62 commit c1026d0

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: Wed Jun 25 17:40:40 EDT 2003
3+
Last updated: Wed Jun 25 17:41:48 EDT 2003
44

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

@@ -461,13 +461,14 @@ Source Code
461461
* Acquire lock on a relation before building a relcache entry for it
462462
* Research interaction of setitimer() and sleep() used by statement_timeout
463463
* Add checks for fclose() failure
464-
* Change CVS $Id: TODO,v 1.1078 2003/06/25 21:40:48 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1078 2003/06/25 21:40:48 momjian Exp $
464+
* Change CVS $Id: TODO,v 1.1079 2003/06/25 21:42:07 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1079 2003/06/25 21:42:07 momjian Exp $
465465
* Exit postmaster if postgresql.conf can not be opened
466466
* Rename /scripts directory because they are all C programs now
467467
* Allow the regression tests to start postmaster with -i so the tests
468468
can be run on systems that don't support unix-domain sockets
469469
* Allow creation of a libpq-only tarball
470470
* Promote debug_query_string into a server-side function current_query()
471+
* Allow the identifier length to be increased via a configure option
471472

472473

473474
* Wire Protocol Changes

0 commit comments

Comments
 (0)