pgsql: Fix thinko in my recent change to put an explicit argisrow field - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix thinko in my recent change to put an explicit argisrow field
Date
Msg-id 20100119163333.58B6C7541B9@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix thinko in my recent change to put an explicit argisrow field in NullTest:
when the planner splits apart a ROW(...) IS NULL test, the argisrow values
of the component tests have to be determined from the component field types,
not copied from the original NullTest (in which argisrow is surely true).

Modified Files:
--------------
    pgsql/src/backend/optimizer/util:
        clauses.c (r1.283 -> r1.284)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/util/clauses.c?r1=1.283&r2=1.284)

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: When doing a parallel restore, we must guard against out-of-range