]> granicus.if.org Git - postgresql/commit
Fix uninitialized value in pgstatindex leading to invalid values being
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 16 Mar 2007 15:06:43 +0000 (15:06 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 16 Mar 2007 15:06:43 +0000 (15:06 +0000)
commitc9d3b8f5d23c678aff1fc43799326f5c22ba2963
treee4457f1c75b0c587e93af3bf228087d00099761c
parentf6e3313fead29b2f00f1c203061bf941a7a6d806
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