- Notifications
You must be signed in to change notification settings - Fork28
Commitd850af4

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 parent2f54166 commitd850af4
1 file changed
+13
-13
lines changedLines changed: 13 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3359 | 3359 |
| |
3360 | 3360 |
| |
3361 | 3361 |
| |
3362 |
| - | |
3363 |
| - | |
3364 |
| - | |
3365 |
| - | |
3366 |
| - | |
3367 |
| - | |
3368 |
| - | |
3369 |
| - | |
3370 |
| - | |
3371 |
| - | |
3372 |
| - | |
3373 |
| - | |
3374 |
| - | |
| 3362 | + | |
| 3363 | + | |
| 3364 | + | |
| 3365 | + | |
| 3366 | + | |
| 3367 | + | |
| 3368 | + | |
| 3369 | + | |
| 3370 | + | |
| 3371 | + | |
| 3372 | + | |
| 3373 | + | |
| 3374 | + | |
3375 | 3375 |
| |
3376 | 3376 |
| |
3377 | 3377 |
| |
|
0 commit comments
Comments
(0)