• Marc G. Fournier's avatar
    Fixes: · a7cfd655
    Marc G. Fournier authored
    Select queries with an isnull or notnull clause, like "select * where
    somefield isnull", crash the backend if the table has at least one index.
    If the indices are deleted the queries work again. Also the explain
    command fail in the same way.
    The is caused by a bug in subroutine of the optimizer which doesn't check
    null values in the clauses.
    
    Submitted by: Massimo Dal Zotto <dz@cs.unitn.it>
    a7cfd655
varlena.c 10.8 KB