Thread: pgsql/contrib/intarray _int.c _int.sql.in

pgsql/contrib/intarray _int.c _int.sql.in

From
momjian@postgresql.org (Bruce Momjian - CVS)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    momjian@postgresql.org    02/06/07 17:52:33

Modified files:
    contrib/intarray: _int.c _int.sql.in

Log message:
    Please apply attached patch to contrib/intarray (7.2, 7.3).

    Fixed bug with '=' operator for gist__int_ops and
    define '=' operator for gist__intbig_ops opclass.
    Now '=' operator is consistent with standard 'array' type.

    Thanks Achilleus Mantzios for bug report and suggestion.

    Oleg Bartunov