pgsql: Fix pgstat_heap() to not be broken by syncscans starting from a

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix pgstat_heap() to not be broken by syncscans starting from a
Date: 2008-01-14 02:53:31
Message-ID: 20080114025331.7BB51754108@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2008-01-14 09:43:43 pgsql: Set valid return values even in case of an error to prevent
Previous Message Tom Lane 2008-01-14 02:49:47 pgsql: Use an indexscan not a heapscan to search pg_index in