pgsql: make_restrictinfo() failed to attach the specified - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: make_restrictinfo() failed to attach the specified
Date
Msg-id 20051116170804.125D4DB936@svr1.postgresql.org
Whole thread Raw
List 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 B�ck.

Modified Files:
--------------
    pgsql/src/backend/optimizer/util:
        restrictinfo.c (r1.42 -> r1.43)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/util/restrictinfo.c.diff?r1=1.42&r2=1.43)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add batch mode, make new libpq section: < * Add a libpq function
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: make_restrictinfo() failed to attach the specified