diff options
author | Amit Kapila <akapila@postgresql.org> | 2019-02-07 08:58:29 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2019-02-07 08:58:29 +0530 |
commit | 793c736d69091d385a967b2740cc93cfb7a7b076 (patch) | |
tree | 49c6a59ca3d5b28f2df7499598f3574fd2e6cd4b /src/backend/utils/adt/partitionfuncs.c | |
parent | f339a998ffe6fb8aa8c114a33316e97b56cb1513 (diff) | |
download | postgresql-793c736d69091d385a967b2740cc93cfb7a7b076.tar.gz postgresql-793c736d69091d385a967b2740cc93cfb7a7b076.zip |
Doc: Update the documentation for row movement behavior across partitions.
In commit f16241bef7c, we have changed the behavior for concurrent updates
that move row to a different partition, but forgot to update the docs.
Previously when an UPDATE command causes a row to move from one partition
to another, there is a chance that another concurrent UPDATE or DELETE
misses this row. However, now we raise a serialization failure error in
such a case.
Reported-by: David Rowley
Author: David Rowley and Amit Kapila
Backpatch-through: 11 where it was introduced
Discussion: https://postgr.es/m/CAKJS1f-iVhGD4-givQWpSROaYvO3c730W8yoRMTF9Gc3craY3w@mail.gmail.com
Diffstat (limited to 'src/backend/utils/adt/partitionfuncs.c')
0 files changed, 0 insertions, 0 deletions