OSDN Git Service

Fix thinko in my recent change to put an explicit argisrow field in NullTest:
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 19 Jan 2010 16:33:33 +0000 (16:33 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 19 Jan 2010 16:33:33 +0000 (16:33 +0000)
commit85b587c259cae5f058019797243e38271ef7158d
tree9f8b62083258b72479e1375d8bb6f46fa7c966d9
parent7e40cdc07585d5f93dd1f35ce1d402eba55e425b
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).
src/backend/optimizer/util/clauses.c