mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +03:00
Re-apply range check patch after fixing LIMIT_H test and defines.
This commit is contained in:
2
doc/TODO
2
doc/TODO
@@ -36,6 +36,7 @@ PARSER
|
||||
* UNION with LIMIT fails
|
||||
* Unique index on base column not honored on inserts from inherited table
|
||||
INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
|
||||
* CREATE TABLE x AS SELECT 1 UNION SELECT 2 fails
|
||||
|
||||
VIEWS
|
||||
|
||||
@@ -175,6 +176,7 @@ MISC
|
||||
* Add PL/Perl(Mark Hollomon)
|
||||
* Make postgres user have a password by default
|
||||
* Add configure test to check for C++ need for *.h and namespaces
|
||||
* Allow BLCKSZ <= 64k, not <= 32k
|
||||
|
||||
PERFORMANCE
|
||||
-----------
|
||||
|
Reference in New Issue
Block a user