Fixes:

Marc G. Fournier <scrappy@hub.org>

Commit: 94215d51c82eca99a21e0e7b1a43054b909bac6f
Author: Marc G. Fournier <scrappy@hub.org>
Date: 1996-07-20T07:59:41Z
Releases: 7.1.1
Fixes:

The updating of array fields is broken in Postgres95-1.01, An array can
be only replaced with a new array but not have some elements modified.
This is caused by two bugs in the parser and in the array utilities.
Furthermore it is not possible to update array with a base type of
variable length.


- submitted by: Massimo Dal Zotto <dz@cs.unitn.it>

Files

PathChange+/−
src/backend/parser/analyze.c modified +15 −1
src/backend/utils/adt/arrayfuncs.c modified +46 −1
src/Makefile.global modified +3 −1
src/test/regress/create.source modified +2 −2