Re: BUG #3067: Unnecessary lock blocks reindex - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #3067: Unnecessary lock blocks reindex
Date
Msg-id 9279.1172427314@sss.pgh.pa.us
Whole thread Raw
In response to BUG #3067: Unnecessary lock blocks reindex  ("Axel Noltemeier" <axel.noltemeier@gmx.de>)
List pgsql-bugs
"Axel Noltemeier" <axel.noltemeier@gmx.de> writes:
> -- This statement generates an unnecessary(?) lock
> -- on factory_pkey. That index is not used in the plan.
> EXPLAIN ANALYZE SELECT *
> FROM factory f
> Where f.id IN (select m.factory_id from machine m);

That behavior was changed here:
http://archives.postgresql.org/pgsql-committers/2006-07/msg00356.php
I'm disinclined to consider reverting that change...

It's possible that we could modify the planner to release locks at the
end of planning on indexes it chooses not to use, but 99.9% of the time
it'd be a waste of cycles to do that.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: BUG #3064: In Stored Procedures (pgplgql
Next
From: Bruce Momjian
Date:
Subject: Re: BUG #3059: psql to 'postgres' shortcut