pgsql: Fix lock upgrade hazard in ATExecAttachPartition.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix lock upgrade hazard in ATExecAttachPartition.
Date: 2017-08-03 18:28:19
Message-ID: E1ddKr5-0006Sj-6l@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2017-08-03 19:08:58 pgsql: Fix build on zlib-less environments
Previous Message Robert Haas 2017-08-03 18:20:12 pgsql: Code beautification for ATExecAttachPartition.