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

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/contrib/intarray _int.c _int.sql.in
Date: 2002-06-07 21:52:33
Message-ID: 20020607215233.9D083475CCC@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-06-07 21:53:09 pgsql/contrib/intarray Tag: REL7_2_STABLE _int ...
Previous Message Bruce Momjian - CVS 2002-06-07 21:47:45 pgsql/src/backend/access/transam xlog.c