Re: [HACKERS] Restrict concurrent update/delete with UPDATE of partition key
Rajkumar Raghuwanshi <rajkumar.raghuwanshi@enterprisedb.com>
From: Rajkumar Raghuwanshi <rajkumar.raghuwanshi@enterprisedb.com>
To: Amit Kapila <amit.kapila16@gmail.com>
Cc: amul sul <sulamul@gmail.com>, Stephen Frost <sfrost@snowman.net>, Robert Haas <robertmhaas@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2018-02-28T07:08:03Z
Lists: pgsql-hackers
On Wed, Feb 14, 2018 at 5:44 PM, Amit Kapila <amit.kapila16@gmail.com> wrote: > +# Concurrency error from GetTupleForTrigger > +# Concurrency error from ExecLockRows > > I think you don't need to mention above sentences in spec files. > Apart from that, your patch looks good to me. I have marked it as > Ready For Committer. > I too have tested this feature with isolation framework and this look good to me. Thanks & Regards, Rajkumar Raghuwanshi QMG, EnterpriseDB Corporation
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