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

Fix uninitialized-variable compiler warning induced by commit e4128ee7.

I'm a little bit astonished that anyone's compiler would have failed to
complain about this.  The compiler surely does not know that is_procedure
means the function return value will be ignored.
parent ec6a0400
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.
Finish editing this message first!
Please register or to comment