• Tom Lane's avatar
    Undo overly enthusiastic de-const-ification. · 223be216
    Tom Lane authored
    s/const//g wasn't exactly what I was suggesting here ... parameter
    declarations of the form "const structtype *param" are good and useful,
    so put those occurrences back.  Likewise, avoid casting away the const
    in a "const void *" parameter.
    223be216
predicate.c 150 KB