Skip to content
Snippets Groups Projects
Commit 5306df28 authored by Tom Lane's avatar Tom Lane
Browse files

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.
parent 7e3bb080
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment