• Tom Lane's avatar
    Clean up foreign-key caching code in planner. · 5306df28
    Tom Lane authored
    Coverity complained that the code added by 015e8894 lacked an
    error check for SearchSysCache1 failures, which it should have.  But
    the code was pretty duff in other ways too, including failure to think
    about whether it could really cope with arrays of different lengths.
    5306df28
plancat.c 50 KB