1
0
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:
Bruce Momjian
1999-07-09 17:40:31 +00:00
parent cd5dfb65a9
commit 103cf75651
3 changed files with 10 additions and 8 deletions

View File

@@ -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
-----------