Обсуждение: pgsql-server/contrib/intarray _int.c

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

pgsql-server/contrib/intarray _int.c

От
momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.org    02/09/11 20:15:33

Modified files:
    contrib/intarray: _int.c

Log message:
    The attached small patch fixes the cause of the regression test failure
    for contrib/intarray.

    The cause was that the library uses its own function to construct a new
    array, new_intArrayType, and that function did not set the new array
    struct attribute elemtype.

    Joe Conway