forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2f55c53
committed
Fix timing of Startup CLOG and MultiXact during Hot Standby
Patch by me, bug report by Chris Redekop, analysis by Florian Pflug1 parent7f797d2 commit2f55c53
File tree
4 files changed
+33
-6
lines changed- src
- backend/access/transam
- include/access
4 files changed
+33
-6
lines changedLines changed: 19 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
490 | 490 |
| |
491 | 491 |
| |
492 | 492 |
| |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
493 | 512 |
| |
494 | 513 |
| |
495 | 514 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1568 | 1568 |
| |
1569 | 1569 |
| |
1570 | 1570 |
| |
1571 |
| - | |
| 1571 | + | |
1572 | 1572 |
| |
1573 | 1573 |
| |
1574 | 1574 |
| |
|
Lines changed: 12 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6067 | 6067 |
| |
6068 | 6068 |
| |
6069 | 6069 |
| |
6070 |
| - | |
| 6070 | + | |
| 6071 | + | |
| 6072 | + | |
| 6073 | + | |
6071 | 6074 |
| |
6072 | 6075 |
| |
6073 |
| - | |
6074 | 6076 |
| |
6075 | 6077 |
| |
6076 | 6078 |
| |
| |||
6530 | 6532 |
| |
6531 | 6533 |
| |
6532 | 6534 |
| |
6533 |
| - | |
6534 |
| - | |
| 6535 | + | |
| 6536 | + | |
6535 | 6537 |
| |
6536 | 6538 |
| |
6537 | 6539 |
| |
6538 | 6540 |
| |
6539 | 6541 |
| |
6540 |
| - | |
6541 | 6542 |
| |
6542 | 6543 |
| |
| 6544 | + | |
| 6545 | + | |
| 6546 | + | |
| 6547 | + | |
| 6548 | + | |
| 6549 | + | |
6543 | 6550 |
| |
6544 | 6551 |
| |
6545 | 6552 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| 43 | + | |
43 | 44 |
| |
44 | 45 |
| |
45 | 46 |
| |
|
0 commit comments
Comments
(0)