pgsql-server/src backend/access/index/Tag: bac ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/access/index/Tag: bac ...
Date: 2003-01-08 19:41:58
Message-ID: 20030108194158.A3CE5474E61@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)org 03/01/08 14:41:58

Modified files:
src/backend/access/index: Tag: REL7_3_STABLE genam.c indexam.c
src/include/access: Tag: REL7_3_STABLE 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.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2003-01-08 21:33:27 pgsql-server/src/interfaces/libpq fe-connect.c
Previous Message Tom Lane 2003-01-08 19:41:40 pgsql-server/src backend/access/index/genam.c ...