Clean up foreign-key caching code in planner.
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.
Showing
Please register or sign in to comment