pgsql-server/contrib/intarray _int.c

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian - CVS)
Тема pgsql-server/contrib/intarray _int.c
Дата
Msg-id 20020912001533.56A4A4765BE@postgresql.org
обсуждение исходный текст
Список pgsql-committers
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


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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql-server/contrib/tablefunc Makefile data/c ...
Следующее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql-server/src/bin/scripts clusterdb