pgsql: Doc: Update the documentation for row movement behavior acrossp - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Doc: Update the documentation for row movement behavior acrossp
Date
Msg-id E1grabm-0007uQ-8M@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d850af428deb21d074330f6fe801c52e52965fde

Modified Files
--------------
doc/src/sgml/ddl.sgml | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Align better test output regex with grammar in pg_dump TAPtests
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Add collation assignment to CALL statement