]> granicus.if.org Git - postgresql/commit
Fix CASE bug identified by Keith Parks: CASE didn't reliably
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 18 Sep 1999 23:26:37 +0000 (23:26 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 18 Sep 1999 23:26:37 +0000 (23:26 +0000)
commite1a8b0f2ce75e55dedae46286dd2253c322c499a
tree3da7f2342df2c915176bc17f37e696fff464dd0f
parentf9f5dfbf10a30cff7255b896277d5e9836f2623b
Fix CASE bug identified by Keith Parks: CASE didn't reliably
treat a NULL condition result as FALSE.  Clean up some bogus comments
here and there, too.
src/backend/executor/execQual.c