- Notifications
You must be signed in to change notification settings - Fork28
Commit008afc4
committed
[PGPRO-4074] Additional mm XACT_EVENTs and distributed deadlock hook.
This is finely selected cherry pick of dec7a31cadc9048. I've removed xtm becausewe don't need almost all fields. ATX save-resume hook is not ported but will bein the future once ATX lands itself. Parallel workers serialize-deserialize hookis not ported because currently I see no value for mm in it; long time ago itwas used for importing csn snapshots.Unused XACT_EVENTs are not ported as well.tags: multimaster(cherry picked from commit ec1bf5004833e95a18da8e05443a4f6e308d1fb6)1 parent2688852 commit008afc4
File tree
7 files changed
+49
-6
lines changed- contrib/postgres_fdw
- src
- backend
- access/transam
- storage/lmgr
- include
- access
- storage
7 files changed
+49
-6
lines changedLines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
713 | 713 |
| |
714 | 714 |
| |
715 | 715 |
| |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
716 | 726 |
| |
717 | 727 |
| |
718 | 728 |
| |
| |||
861 | 871 |
| |
862 | 872 |
| |
863 | 873 |
| |
| 874 | + | |
| 875 | + | |
| 876 | + | |
864 | 877 |
| |
865 | 878 |
| |
866 | 879 |
| |
|
Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
310 | 310 |
| |
311 | 311 |
| |
312 | 312 |
| |
313 |
| - | |
314 | 313 |
| |
315 | 314 |
| |
316 | 315 |
| |
| |||
2827 | 2826 |
| |
2828 | 2827 |
| |
2829 | 2828 |
| |
| 2829 | + | |
2830 | 2830 |
| |
2831 | 2831 |
| |
2832 | 2832 |
| |
| |||
2919 | 2919 |
| |
2920 | 2920 |
| |
2921 | 2921 |
| |
| 2922 | + | |
| 2923 | + | |
2922 | 2924 |
| |
2923 | 2925 |
| |
2924 | 2926 |
| |
| |||
3536 | 3538 |
| |
3537 | 3539 |
| |
3538 | 3540 |
| |
3539 |
| - | |
| 3541 | + | |
3540 | 3542 |
| |
3541 | 3543 |
| |
3542 | 3544 |
| |
| |||
5283 | 5285 |
| |
5284 | 5286 |
| |
5285 | 5287 |
| |
| 5288 | + | |
5286 | 5289 |
| |
5287 | 5290 |
| |
5288 | 5291 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
| 35 | + | |
35 | 36 |
| |
36 | 37 |
| |
37 | 38 |
| |
| |||
280 | 281 |
| |
281 | 282 |
| |
282 | 283 |
| |
| 284 | + | |
| 285 | + | |
283 | 286 |
| |
284 | 287 |
| |
285 | 288 |
| |
|
Lines changed: 20 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1486 | 1486 |
| |
1487 | 1487 |
| |
1488 | 1488 |
| |
| 1489 | + | |
| 1490 | + | |
| 1491 | + | |
| 1492 | + | |
| 1493 | + | |
| 1494 | + | |
| 1495 | + | |
| 1496 | + | |
| 1497 | + | |
| 1498 | + | |
| 1499 | + | |
| 1500 | + | |
| 1501 | + | |
| 1502 | + | |
| 1503 | + | |
| 1504 | + | |
1489 | 1505 |
| |
1490 | 1506 |
| |
1491 | 1507 |
| |
| |||
1510 | 1526 |
| |
1511 | 1527 |
| |
1512 | 1528 |
| |
1513 |
| - | |
| 1529 | + | |
| 1530 | + | |
1514 | 1531 |
| |
1515 | 1532 |
| |
1516 | 1533 |
| |
| |||
1727 | 1744 |
| |
1728 | 1745 |
| |
1729 | 1746 |
| |
1730 |
| - | |
| 1747 | + | |
| 1748 | + | |
1731 | 1749 |
| |
1732 | 1750 |
| |
1733 | 1751 |
| |
|
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
108 | 108 |
| |
109 | 109 |
| |
110 | 110 |
| |
| 111 | + | |
111 | 112 |
| |
112 | 113 |
| |
113 | 114 |
| |
114 | 115 |
| |
115 | 116 |
| |
116 | 117 |
| |
117 | 118 |
| |
118 |
| - | |
| 119 | + | |
| 120 | + | |
119 | 121 |
| |
120 | 122 |
| |
121 | 123 |
| |
| |||
459 | 461 |
| |
460 | 462 |
| |
461 | 463 |
| |
| 464 | + | |
462 | 465 |
| |
463 | 466 |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
500 | 500 |
| |
501 | 501 |
| |
502 | 502 |
| |
503 |
| - | |
| 503 | + | |
504 | 504 |
| |
| 505 | + | |
505 | 506 |
| |
506 | 507 |
| |
507 | 508 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
296 | 296 |
| |
297 | 297 |
| |
298 | 298 |
| |
| 299 | + | |
| 300 | + | |
299 | 301 |
| |
300 | 302 |
| |
301 | 303 |
| |
|
0 commit comments
Comments
(0)