pgsql: Fix uninitialized value in pgstatindex leading to invalid values - Mailing list pgsql-committers

From [email protected] (Alvaro Herrera)
Subject pgsql: Fix uninitialized value in pgstatindex leading to invalid values
Date
Msg-id [email protected]
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: [email protected] (Andrew Dunstan)
Date:
Subject: pgsql: Remove undocumented support for copy syntax from before 7.3.
Next
From: [email protected] (Alvaro Herrera)
Date:
Subject: pgsql: Fix uninitialized value in pgstatindex leading to invalid values