[COMMITTERS] pgsql: Fix lock upgrade hazard in ATExecAttachPartition. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Fix lock upgrade hazard in ATExecAttachPartition.
Date
Msg-id E1ddKr5-0006Sj-6l@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix lock upgrade hazard in ATExecAttachPartition.

Amit Langote

Discussion: http://postgr.es/m/CAFjFpReT_kq_uwU_B8aWDxR7jNGE=P0iELycdq5oupi=xSQTOw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/972b6ec20bf090a18145624f8092d2cb1715ab83

Modified Files
--------------
src/backend/commands/tablecmds.c | 23 +++++++++++++----------
1 file changed, 13 insertions(+), 10 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Code beautification for ATExecAttachPartition.
Next
From: Alvaro Herrera
Date:
Subject: [COMMITTERS] pgsql: Fix build on zlib-less environments