pgsql: Use an indexscan not a heapscan to search pg_index in

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use an indexscan not a heapscan to search pg_index in
Date: 2008-01-14 02:49:47
Message-ID: 20080114024947.3B8AF754108@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Use an indexscan not a heapscan to search pg_index in get_pkey_attnames.
Noted while looking for heapscans that might need to start from block
zero.

Modified Files:
--------------
pgsql/contrib/dblink:
dblink.c (r1.68 -> r1.69)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c?r1=1.68&r2=1.69)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-01-14 02:53:31 pgsql: Fix pgstat_heap() to not be broken by syncscans starting from a
Previous Message Tom Lane 2008-01-14 01:39:09 pgsql: Fix CREATE INDEX CONCURRENTLY so that it won't use synchronized