pgsql: make_restrictinfo() failed to attach the specified

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: make_restrictinfo() failed to attach the specified
Date: 2005-11-16 17:08:12
Message-ID: 20051116170812.C64ABDB93E@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
make_restrictinfo() failed to attach the specified required_relids to
its result when the clause was an OR clause. Brain fade exposed by
example from Sebastian Bck.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
pgsql/src/backend/optimizer/util:
restrictinfo.c (r1.41.2.1 -> r1.41.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/util/restrictinfo.c.diff?r1=1.41.2.1&r2=1.41.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2005-11-16 17:40:53 Re: [COMMITTERS] pgsql: make_restrictinfo() failed to attach the specified
Previous Message Tom Lane 2005-11-16 17:08:04 pgsql: make_restrictinfo() failed to attach the specified