CVSROOT:	/cvsroot
Module name:	pgsql
Changes by:	tgl(at)postgresql(dot)org	02/03/01 19:34:25
Modified files:
	src/backend/utils/adt: arrayfuncs.c 
Log message:
	Array slice extraction should produce a result array with index lower
	bounds of 1, not the lower bound subscripts of the original slice.
	Per bug report from Andre Holzner, 1-Feb-02.