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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: array concat, et al patch (was: [GENERAL] join of array)
Дата
Msg-id 14152.1061163940@sss.pgh.pa.us
обсуждение исходный текст
Ответ на array concat, et al patch (was: [GENERAL] join of array)  (Joe Conway <mail@joeconway.com>)
Ответы Re: array concat, et al patch  (Joe Conway <mail@joeconway.com>)
Re: array concat, et al patch  (Joe Conway <mail@joeconway.com>)
Список pgsql-patches
Joe Conway <mail@joeconway.com> 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 itself be an array) is concatenated onto the front of an array:

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.)

> docs to follow once
> I'm sure what actually ends up being committed.

You're on the hook for docs fixes...

            regards, tom lane

В списке pgsql-patches по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: array concat, et al patch (was: [GENERAL] join of array)
Следующее
От: Joe Conway
Дата:
Сообщение: Re: array concat, et al patch