diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-11-20 19:16:12 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-11-20 19:17:19 +0200 |
commit | f464042161fb980578c33fedc2742c5a4d941fa2 (patch) | |
tree | f64ff876cffceaf47b978b843f7836e32fa773aa /src/backend/commands/explain.c | |
parent | 2c03216d831160bedd72d45f712601b6f7d03f1c (diff) | |
download | postgresql-f464042161fb980578c33fedc2742c5a4d941fa2.tar.gz postgresql-f464042161fb980578c33fedc2742c5a4d941fa2.zip |
Silence compiler warning about variable being used uninitialized.
It's a false positive - the variable is only used when 'onleft' is true,
and it is initialized in that case. But the compiler doesn't necessarily
see that.
Diffstat (limited to 'src/backend/commands/explain.c')
0 files changed, 0 insertions, 0 deletions