pgsql: Fix thinko in my recent change to put an explicit argisrow field

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix thinko in my recent change to put an explicit argisrow field
Date: 2010-01-19 16:33:33
Message-ID: 20100119163333.58B6C7541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-01-19 18:39:19 pgsql: When doing a parallel restore, we must guard against out-of-range
Previous Message Magnus Hagander 2010-01-19 14:11:34 pgsql: Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide