pgsql: Use an indexscan not a heapscan to search pg_index in - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Use an indexscan not a heapscan to search pg_index in
Date
Msg-id 20080114024947.3B8AF754108@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix CREATE INDEX CONCURRENTLY so that it won't use synchronized
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix pgstat_heap() to not be broken by syncscans starting from a