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

Clean up some Coverity complaints about commit 0bf3ae88.

The two get_tle_by_resno() calls introduced by this commit lacked any
check for a NULL return, unlike any other calls of that function anywhere
in our tree.  Coverity quite properly complained about it.  Also fix a
misindented line in process_query_params(), which Coverity also complained
about on the grounds that the bad indentation suggested possible programmer
misinterpretation.
parent ae507d92
Branches
Tags
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