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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/optimizer/path indxpath.c
Date: 2002-07-13 19:20:34
Message-ID: 20020713192034.AE958475AD3@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 02/07/13 15:20:34

Modified files:
src/backend/optimizer/path: indxpath.c

Log message:
Fix testing of partial-index predicates to work correctly in cases where
varno of index's relation is not 1. This embarrassing oversight pointed
out by Dmitry Tkach 12-Jul-02.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-07-14 21:08:08 pgsql/src backend/catalog/heap.c backend/catal ...
Previous Message Tom Lane 2002-07-13 17:07:52 Re: [COMMITTERS] pgsql/ oc/src/sgml/catalogs.sgml oc/src/sgml/r ...