pgsql: Fix pgstat_heap() to not be broken by syncscans starting from a - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix pgstat_heap() to not be broken by syncscans starting from a
Date
Msg-id 20080114025331.7BB51754108@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix pgstat_heap() to not be broken by syncscans starting from a block
higher than zero.  Same problem as just detected in CREATE INDEX
CONCURRENTLY.

Modified Files:
--------------
    pgsql/contrib/pgstattuple:
        pgstattuple.c (r1.31 -> r1.32)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgstattuple/pgstattuple.c?r1=1.31&r2=1.32)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Use an indexscan not a heapscan to search pg_index in
Next
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Set valid return values even in case of an error to prevent