• Marc G. Fournier's avatar
    From: "Martin S. Utesch" <utesch@aut.tu-freiberg.de> · 1c688d1b
    Marc G. Fournier authored
    Subject: Re: [HACKERS] GEQO and views (rules)
    
    
    Oke, this was caused by a classic bug :-/
    I thougth, root->base_relation_list_ could be
    represented as relid string 1-2-3-4- etc.
    
    Instead, in case of views, the count of relids doesn't start with "1" but
    maybe 4-5-6- etc . :-(
    
    GEQO patch follows ... views are now all right.
    1c688d1b
geqo_eval.c 17.6 KB