pgsql/src/backend/utils/adt (selfuncs.c) - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/backend/utils/adt (selfuncs.c)
Date
Msg-id 200008030058.e730wNL35969@hub.org
Whole thread Raw
List pgsql-committers
  Date: Wednesday, August  2, 2000 @ 20:58:23
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/utils/adt
     from hub.org:/home/projects/pgsql/tmp/cvs-serv35953

Modified Files:
    selfuncs.c

-----------------------------  Log Message  -----------------------------

Repair bug noted by Paul Caskey: neqsel() has been generating a bogus
result, in fact nearly the opposite of what it should, because it
was passing the not-equal operator to eqsel() which would use it to
compare the value against the most common value in the column, and
of course obtain the wrong result therefrom.  Must pass the equality
operator to eqsel() instead.  Fortunately that's easy to get from
the oprnegate link.

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/src/backend/utils/adt (cash.c float.c int.c numeric.c numutils.c oid.c)
Next
From: Tom Lane
Date:
Subject: pgsql/contrib/spi (timetravel.c)