• Peter Eisentraut's avatar
    Remove useless const qualifier · 66f0cf7d
    Peter Eisentraut authored
    Claiming that the typevar argument to DefineCompositeType() is const
    was a plain lie.  A similar case in DefineVirtualRelation() was
    already changed in passing in commit 1575fbcb.  Also clean up the now
    unnecessary casts that used to cast away the const.
    66f0cf7d
view.c 15.5 KB