]> granicus.if.org Git - postgresql/commit
Fix: Operand Order Affects OR.
authorVadim B. Mikheev <vadim4o@yahoo.com>
Mon, 22 Sep 1997 04:19:36 +0000 (04:19 +0000)
committerVadim B. Mikheev <vadim4o@yahoo.com>
Mon, 22 Sep 1997 04:19:36 +0000 (04:19 +0000)
commite7046924a5220561bfb4c0335c4d3db7a55e858d
tree653cba94ba217d82087592833f59f771a9f46998
parentc2c26b6ff05153daf10b208668ec667adf847db0
Fix: Operand Order Affects OR.
where x <> 1 or x isnull
didn't return tuples with x NULL.
src/backend/executor/execQual.c