Re: Concurrency bug in UPDATE of partition-key
Amit Khandekar <amitdkhan.pg@gmail.com>
From: Amit Khandekar <amitdkhan.pg@gmail.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2018-06-05T14:33:39Z
Lists: pgsql-hackers
Attachments
- fix_concurrency_bug_rebased.patch (application/octet-stream) patch
Attached is a rebased patch version. Also included it in the upcoming commitfest : https://commitfest.postgresql.org/18/1660/ In the rebased version, the new test cases are added in the existing isolation/specs/partition-key-update-1.spec test. -- Thanks, -Amit Khandekar EnterpriseDB Corporation The Postgres Database Company
Commits
-
Allow using the updated tuple while moving it to a different partition.
- 40ca70ebcc9d 12.0 landed
- 0527df732beb 11.0 landed