pgsql-server/contrib/intarray _int.c - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian - CVS)
Subject pgsql-server/contrib/intarray _int.c
Date
Msg-id 20020912001533.56A4A4765BE@postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/contrib/tablefunc Makefile data/c ...
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/src/bin/scripts clusterdb