pgsql: Fix uninitialized value in pgstatindex leading to invalid values

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix uninitialized value in pgstatindex leading to invalid values
Date: 2007-03-16 15:06:43
Message-ID: 20070316150643.2E4489FBE54@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/contrib/pgstattuple:
pgstatindex.c (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgstattuple/pgstatindex.c.diff?r1=1.2&r2=1.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2007-03-16 15:06:47 pgsql: Fix uninitialized value in pgstatindex leading to invalid values
Previous Message Andrew Dunstan 2007-03-16 13:41:21 pgsql: Remove undocumented support for copy syntax from before 7.3.