pgsql/src/backend/utils/adt arrayfuncs.c - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql/src/backend/utils/adt arrayfuncs.c
Date
Msg-id 20020302003426.6BF0A47592E@postgresql.org
Whole thread Raw
List pgsql-committers
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.


pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut - PostgreSQL)
Date:
Subject: pgsql/ oc/src/sgml/catalogs.sgml oc/src/sgml/r ...
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/src/interfaces/libpq fe-connect.c