forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8d061ac
committed
Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGS
This is a slight, convenient semantics change from what commit0f0cfb4 ("Fix parallel operations that prevent oldest xmin fromadvancing") introduced that lets us simplify the coding in the one placewhere it is used.Backpatch to 13. This is related to commit6fea655 ("TightenComputeXidHorizons' handling of walsenders") rewriting the code sitewhere this is used, which has not yet been backpatched, but it may wellbe in the future.Reviewed-by: Masahiko Sawada <sawada.mshk@gmail.com>Discussion:https://postgr.es/m/202204191637.eldwa2exvguw@alvherre.pgsql1 parenta1e7616 commit8d061ac
2 files changed
+10
-14
lines changedLines changed: 7 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2685 | 2685 |
| |
2686 | 2686 |
| |
2687 | 2687 |
| |
2688 |
| - | |
| 2688 | + | |
| 2689 | + | |
| 2690 | + | |
| 2691 | + | |
2689 | 2692 |
| |
2690 |
| - | |
2691 |
| - | |
2692 |
| - | |
2693 |
| - | |
2694 |
| - | |
2695 |
| - | |
2696 |
| - | |
2697 |
| - | |
2698 |
| - | |
| 2693 | + | |
| 2694 | + | |
| 2695 | + | |
2699 | 2696 |
| |
2700 | 2697 |
| |
2701 | 2698 |
| |
|
Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 |
| - | |
73 |
| - | |
74 |
| - | |
| 72 | + | |
| 73 | + | |
75 | 74 |
| |
76 |
| - | |
| 75 | + | |
77 | 76 |
| |
78 | 77 |
| |
79 | 78 |
| |
|
0 commit comments
Comments
(0)