1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-08 06:02:22 +03:00

Allow port numbers 32k - 64k.

This commit is contained in:
Bruce Momjian
1999-07-07 17:17:50 +00:00
parent 517da8b5fa
commit 38ff52c379
4 changed files with 14 additions and 13 deletions

View File

@@ -30,6 +30,7 @@ PARSER
* Array index references without table name cause problems
* Update table SET table.value = 3 fails
* Creating index of timestamp fails
* SELECT foo UNION SELECT foo is incorrectly simplified to SELECT foo
VIEWS
@@ -207,8 +208,8 @@ MISC
places, like GROUP BY, UNIQUE, index processing, etc.
* improve dynamic memory allocation by introducing tuple-context memory
allocation
* add pooled memory allocation where allocations are freed only as a group
* fix indexscan() so it does leak memory by not requiring caller to free
* fix memory leak in cache code when non-existant table is refer
SOURCE CODE
-----------