git.postgresql.org Git - postgresql.git/commit
2014年11月20日 17:16:12 +0000 (19:16 +0200)
2014年11月20日 17:17:19 +0000 (19:17 +0200)
commit f464042161fb980578c33fedc2742c5a4d941fa2
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.
This is the main PostgreSQL git repository.
RSS
Atom