Doc: Update the documentation for row movement behavior across partitions.
Amit Kapila <akapila@postgresql.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ddl.sgml | modified | +13 −13 |
Documentation touched
Discussion
- Documentation and code don't agree about partitioned table UPDATEs 5 messages · 2019-02-05 → 2019-02-09