Skip to content

Commit 20c01ef

Browse files
committed
Update TODO list.
1 parent 4e71240 commit 20c01ef

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/TODO

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ PARSER
2828
* Be smarter about promoting types when UNION merges different data types
2929
* redesign INSERT ... SELECT to have two levels of target list
3030
* have INTERSECT/EXCEPT prevent duplicates unless ALL is specified
31-
* SELECT DISTINCT ON col1 col1 col2 FROM tab1 is broken [distinct]
3231
* SELECT col::DECIMAL(12,10); fails
3332

3433
VIEWS
@@ -67,7 +66,6 @@ ADMIN
6766
* Test syslog functionality
6867
* Allow elog() to return error codes, not just messages
6968
* Allow international error message support and add error codes
70-
* Add ability to specifiy location of lock/socket files [flock]
7169
* Unify configuration into one configuration file (Peter E)
7270
* use setproctitle() if it exists for 'ps' display of status
7371

@@ -252,7 +250,6 @@ SOURCE CODE
252250
-----------
253251
* Add use of 'const' for variables in source tree
254252
* -Fix C optimizer problem where fmgr_ptr calls return different types (Tom)
255-
[alpha]
256253
* Does Mariposa source contain any other bug fixes?
257254
* Remove SET KSQO option now that OR processing is improved(Tom)
258255
* -Use macros to define NT open() file parameters, remove NT-specific defines

0 commit comments

Comments
 (0)