Andres Freund <and...@anarazel.de> writes:
> I think Peter (on IM) just found a more likely explanation than mine.
>                       index_close(idxRel, NoLock);
>                       heap_close(relation, NoLock);
>                       candidates = lappend_oid(candidates, 
> idxForm->indexrelid);
> ...
> Yes. idxForm points into idxRel->rd_index.

Ooops.  But shouldn't that have failed 100% of the time in a CCA build?
Or is the candidates list fairly noncritical?

                        regards, tom lane


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to