forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit793c736

Amit Kapila
Doc: Update the documentation for row movement behavior across partitions.
In commitf16241b, we have changed the behavior for concurrent updatesthat move row to a different partition, but forgot to update the docs.Previously when an UPDATE command causes a row to move from one partitionto another, there is a chance that another concurrent UPDATE or DELETEmisses this row. However, now we raise a serialization failure error insuch a case.Reported-by: David RowleyAuthor: David Rowley and Amit KapilaBackpatch-through: 11 where it was introducedDiscussion:https://postgr.es/m/CAKJS1f-iVhGD4-givQWpSROaYvO3c730W8yoRMTF9Gc3craY3w@mail.gmail.com1 parentf339a99 commit793c736
1 file changed
+13
-13
lines changedLines changed: 13 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3859 | 3859 |
| |
3860 | 3860 |
| |
3861 | 3861 |
| |
3862 |
| - | |
3863 |
| - | |
3864 |
| - | |
3865 |
| - | |
3866 |
| - | |
3867 |
| - | |
3868 |
| - | |
3869 |
| - | |
3870 |
| - | |
3871 |
| - | |
3872 |
| - | |
3873 |
| - | |
3874 |
| - | |
| 3862 | + | |
| 3863 | + | |
| 3864 | + | |
| 3865 | + | |
| 3866 | + | |
| 3867 | + | |
| 3868 | + | |
| 3869 | + | |
| 3870 | + | |
| 3871 | + | |
| 3872 | + | |
| 3873 | + | |
| 3874 | + | |
3875 | 3875 |
| |
3876 | 3876 |
| |
3877 | 3877 |
| |
|
0 commit comments
Comments
(0)