[COMMITTERS] pgsql: Fix intermittent crash in DROP INDEX CONCURRENTLY.

2012-12-05 Thread Tom Lane
Fix intermittent crash in DROP INDEX CONCURRENTLY. When deleteOneObject closes and reopens the pg_depend relation, we must see to it that the relcache pointer held by the calling function (typically performMultipleDeletions) is updated. Usually the relcache entry is retained so that the pointer v

[COMMITTERS] pgsql: Fix intermittent crash in DROP INDEX CONCURRENTLY.

2012-12-05 Thread Tom Lane
Fix intermittent crash in DROP INDEX CONCURRENTLY. When deleteOneObject closes and reopens the pg_depend relation, we must see to it that the relcache pointer held by the calling function (typically performMultipleDeletions) is updated. Usually the relcache entry is retained so that the pointer v