[COMMITTERS] pgsql: Fix possibile deadlock when dropping partitions. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Fix possibile deadlock when dropping partitions.
Date
Msg-id E1cxvgs-0002FJ-Nm@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix possibile deadlock when dropping partitions.

heap_drop_with_catalog and RangeVarCallbackForDropRelation should
lock the parent before locking the target relation.

Amit Langote

Discussion: http://postgr.es/m/29588799-a8ce-b0a2-3dae-f39ff6d35922@lab.ntt.co.jp

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/258cef12540fa1cb244881a0f019cefd698c809e

Modified Files
--------------
src/backend/catalog/heap.c       | 30 +++++++++++++++++-------------
src/backend/commands/tablecmds.c | 30 ++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+), 13 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Fix pgbench's --progress-timestamp option to print Unix-epochti
Next
From: Magnus Hagander
Date:
Subject: [COMMITTERS] pgsql: Remove support for bcc and msvc standalone libpq builds