Skip to content
Snippets Groups Projects
Commit c7f5c58e authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

PL/Python: Fix remaining scan-build warnings


Apparently, scan-build thinks that proc->is_setof can change during
PLy_exec_function().  To make it clearer, save the value in a local
variable.

Also add an assertion to clear another warning.

Reviewed-by: default avatarJohn Naylor <jcnaylor@gmail.com>
parent cdddd5d4
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