pgsql/src/backend/utils/adt (selfuncs.c)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/adt (selfuncs.c)
Date: 2000-08-03 00:58:23
Message-ID: 200008030058.e730wNL35969@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-08-03 16:33:40 pgsql/contrib/spi (timetravel.c)
Previous Message Tom Lane 2000-08-01 18:29:36 pgsql/src/backend/utils/adt (cash.c float.c int.c numeric.c numutils.c oid.c)