Обсуждение: pgsql-server/src backend/access/index/genam.c ...

Поиск
Список
Период
Сортировка

pgsql-server/src backend/access/index/genam.c ...

От
tgl@postgresql.org (Tom Lane)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    03/01/08 14:41:40

Modified files:
    src/backend/access/index: genam.c indexam.c
    src/include/access: relscan.h

Log message:
    Fix for bug #866.  7.3 contains new logic for avoiding redundant calls to
    the index AM when we know we are fetching a unique row.  However, this
    logic did not consider the possibility that it would be asked to fetch
    backwards.  Also fix mark/restore to work correctly in this scenario.