diff options
author | Tom Lane | 2017-12-03 16:25:17 +0000 |
---|---|---|
committer | Tom Lane | 2017-12-03 16:25:17 +0000 |
commit | a852cfe96752b25c2deaa2653cffd60c0ec82ead (patch) | |
tree | dce664167f0598b8c05d796355e38872bfbf00c5 /src/backend/executor/nodeGatherMerge.c | |
parent | ec6a04005618c206163761e5739a8b90debd6b1e (diff) |
Fix uninitialized-variable compiler warning induced by commit e4128ee76.
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.
Diffstat (limited to 'src/backend/executor/nodeGatherMerge.c')
0 files changed, 0 insertions, 0 deletions