Re: [PATCHES] array concat, et al patch (was: [GENERAL] join of array)

2003-08-17 Thread Tom Lane
Joe Conway <[EMAIL PROTECTED]> writes: > The attached patch fixes code and regression tests for the following > 1) Array concatenation of equidimensional arrays: > 2) Array literals or vars in ARRAY expressions: > 3) Lower bound of outer array adjusted downward when an "element" (which > could it

Re: [PATCHES] array concat, et al patch

2003-08-17 Thread Joe Conway
Tom Lane wrote: Applied with only marginal changes. (I thought the element-type checks removed from parse_expr.c had better be applied at runtime; and I noticed that array_cat scribbled on its inputs in some cases.) Thanks! You're on the hook for docs fixes... I'm on it. Joe --