Re: Mention FK creation take ShareRowExclusiveLock on referenced table

2018-09-21 Thread Michael Paquier
On Fri, Sep 21, 2018 at 09:09:36AM +0200, Adrien NAYRAT wrote: > Thanks! As it could happen even on previous version, should we > backpatch for the documentation? I have patched HEAD, and then down until conflicts happened, which is v10, thinking about it as a documentation improvement. The behav

Re: Mention FK creation take ShareRowExclusiveLock on referenced table

2018-09-21 Thread Adrien NAYRAT
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 pre