Обсуждение: pgsql/src/backend/utils/adt arrayfuncs.c

Поиск
Список
Период
Сортировка

pgsql/src/backend/utils/adt arrayfuncs.c

От
tgl@postgresql.org (Tom Lane)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.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.