-
- Downloads
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>
Showing
- src/Makefile.global 3 additions, 1 deletionsrc/Makefile.global
- src/backend/parser/analyze.c 15 additions, 1 deletionsrc/backend/parser/analyze.c
- src/backend/utils/adt/arrayfuncs.c 46 additions, 1 deletionsrc/backend/utils/adt/arrayfuncs.c
- src/test/regress/create.source 2 additions, 2 deletionssrc/test/regress/create.source
Loading
Please register or sign in to comment