pgsql/src/backend/optimizer/path (indxpath.c)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src/backend/optimizer/path (indxpath.c)
Дата
Msg-id 200007130547.e6D5lUT81550@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Thursday, July 13, 2000 @ 01:47:29
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/optimizer/path
     from hub.org:/home/projects/pgsql/tmp/cvs-serv81537

Modified Files:
    indxpath.c

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

Planner did the wrong thing with index-scan-backward plans: generated
them, but forgot to attach relevant restriction clauses, so that the
plan represented a scan over the whole table with restrictions applied
as qpquals not indexquals.  Another day, another bug...

В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql (configure configure.in)
Следующее
От: Tom Lane
Дата:
Сообщение: REL7_0_PATCHES pgsql/src/backend/optimizer/path (indxpath.c)