]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix uninitialized value in pgstatindex leading to invalid values being
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 16 Mar 2007 15:06:46 +0000 (15:06 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 16 Mar 2007 15:06:46 +0000 (15:06 +0000)
commit009dac8ed49ee256d94bc65df9316e49469bf5fb
tree9044fd8922602f68363fde76ca0549a7e18db5f6
parentaef05dbec0c79ab171cb1c90c663f440960383a9
Fix uninitialized value in pgstatindex leading to invalid values being
reported in some cases.  Report and patch from Tatsuhito Kasahara.

Also fix a couple of other bugs I noticed in skimming the surrounding code.
contrib/pgstattuple/pgstatindex.c