Received: from malur.postgresql.org ([2a02:16a8:dc51::56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1g3Fa1-0007PP-6K for pgsql-docs@arkaria.postgresql.org; Fri, 21 Sep 2018 07:10:21 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1g3FZy-0007u4-Km for pgsql-docs@arkaria.postgresql.org; Fri, 21 Sep 2018 07:10:18 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1g3FZm-0006rQ-5B for pgsql-docs@lists.postgresql.org; Fri, 21 Sep 2018 07:10:06 +0000 Received: from mo19.mail-out.ovh.net ([178.32.228.19]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1g3FZe-0007z3-4R for pgsql-docs@lists.postgresql.org; Fri, 21 Sep 2018 07:10:04 +0000 Received: from EX1.emp.local (gw1.pro1.mail.ovh.net [79.137.0.65]) by mo19.mail-out.ovh.net (Postfix) with ESMTPS id 213D45F123; Fri, 21 Sep 2018 09:09:52 +0200 (CEST) Received: from DAG3EX1.emp.local (172.16.2.5) by EX1.emp.local (172.16.2.1) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1531.3; Fri, 21 Sep 2018 09:09:49 +0200 Received: from [192.168.1.24] (90.119.174.156) by DAG3EX1.emp.local (172.16.2.5) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.1531.3; Fri, 21 Sep 2018 09:09:49 +0200 Subject: Re: Mention FK creation take ShareRowExclusiveLock on referenced table To: Michael Paquier CC: References: <20180919025302.GF1650@paquier.xyz> <068af352-1ef4-77ee-4f56-3e24a1181fbd@anayrat.info> <20180921061352.GA27106@paquier.xyz> From: Adrien NAYRAT Message-ID: <55a489d5-a689-518a-a358-84c8a86232f2@anayrat.info> Date: Fri, 21 Sep 2018 09:09:36 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 In-Reply-To: <20180921061352.GA27106@paquier.xyz> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Language: en-US-large Content-Transfer-Encoding: 7bit X-Originating-IP: [90.119.174.156] X-ClientProxiedBy: DAG3EX3.emp.local (172.16.2.6) To DAG3EX1.emp.local (172.16.2.5) X-Ovh-Tracer-Id: 11043107765560507076 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedtjedrledugdduudeiucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecuhedttdenucesvcftvggtihhpihgvnhhtshculddquddttddm List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On 9/21/18 8:13 AM, Michael Paquier wrote: > On Thu, Sep 20, 2018 at 08:23:45AM +0200, Adrien Nayrat wrote: >> Yes, here is the patch. > > Thanks Adrien. I have reworded a bit the thing, fixed a typo, and > pushed down to v11 where this applied without conflicts. thanks! As it could happen even on previous version, should we backpatch for the documentation?