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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src/backend/utils/adt (selfuncs.c)
Дата
Msg-id 200008030058.e730wNL35969@hub.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql/src/backend/utils/adt (cash.c float.c int.c numeric.c numutils.c oid.c)
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql/contrib/spi (timetravel.c)