Re: [HACKERS] Restrict concurrent update/delete with UPDATE of partition key
Amul Sul <sulamul@gmail.com>
From: amul sul <sulamul@gmail.com>
To: Stephen Frost <sfrost@snowman.net>
Cc: Amit Kapila <amit.kapila16@gmail.com>,
Robert Haas <robertmhaas@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2018-01-12T06:13:54Z
Lists: pgsql-hackers
Attachments
- 0001-Invalidate-ip_blkid-v4.patch (application/octet-stream) patch v4-0001
- 0002-isolation-tests-v3.patch (application/octet-stream) patch v3-0002
On Thu, Jan 11, 2018 at 8:06 PM, Stephen Frost <sfrost@snowman.net> wrote: > Amul, > > * amul sul (sulamul@gmail.com) wrote: >> Agree, updated in the attached patch. Patch 0001 also includes your >> previous review comment[1] and typo correction suggested by Alvaro[2]. > > Looks like this needs to be rebased (though the failures aren't too bad, > from what I'm seeing), so going to mark this back to Waiting For Author. > Hopefully this also helps to wake this thread up a bit and get another > review of it. > Thanks for looking at this thread, attached herewith an updated patch rebase on 'UPDATE of partition key v35' patch[1]. Regards, Amul 1] https://postgr.es/m/CAJ3gD9dixkkMzNnnP1CaZ1H17-U17ok_sVbjZZo+wnB=rJH6yg@mail.gmail.com
Commits
-
Raise error when affecting tuple moved into different partition.
- f16241bef7cc 11.0 landed
-
Handle INSERT .. ON CONFLICT with partitioned tables
- 555ee77a9668 11.0 cited
-
Change the way we mark tuples as frozen.
- 37484ad2aace 9.4.0 cited