From: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
---|---|
To: | Pg Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | crash in DROP INDEX CONCURRENTLY |
Date: | 2012-11-07 15:54:57 |
Message-ID: | 20121107155457.GB8564@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
I just observed that if I run src/test/regress' "make
installcheck-parallel" and concurrently src/test/isolation's "make
installcheck", I very reproducibly get a segfault (in an assert-enabled
build). Apparently the problem is that somebody is trying to transfer
predicate locks to a relation, but the index' relcache entry is pfreed.
I think the fix is just to move the heap_open calls some lines upwards, as in
the attached patch.
--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
Attachment | Content-Type | Size |
---|---|---|
fix-drop-index-concurrently.patch | text/plain | 941 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Merlin Moncure | 2012-11-07 16:17:23 | Re: WIP patch for hint bit i/o mitigation |
Previous Message | Simon Riggs | 2012-11-07 15:34:58 | TRUNCATE SERIALIZABLE and frozen COPY |