forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit64638cc
committed
Report waiting via PS while recovery is waiting for buffer pin in hot standby.
Previously while the startup process was waiting for the recovery conflictwith snapshot, tablespace or lock to be resolved, waiting was reported inPS display, but not in the case of recovery conflict with buffer pin.This commit makes the startup process in hot standby report waiting via PSwhile waiting for the conflicts with other backends holding buffer pins tobe resolved.Author: Masahiko SawadaReviewed-by: Fujii MasaoDiscussion:https://postgr.es/m/CA+fd4k4mXWTwfQLS3RPwGr4xnfAEs1ysFfgYHvmmoUgv6Zxvmg@mail.gmail.com1 parent246f136 commit64638cc
1 file changed
+23
-0
lines changedLines changed: 23 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
| 52 | + | |
52 | 53 |
| |
53 | 54 |
| |
54 | 55 |
| |
| |||
3616 | 3617 |
| |
3617 | 3618 |
| |
3618 | 3619 |
| |
| 3620 | + | |
3619 | 3621 |
| |
3620 | 3622 |
| |
3621 | 3623 |
| |
| |||
3650 | 3652 |
| |
3651 | 3653 |
| |
3652 | 3654 |
| |
| 3655 | + | |
| 3656 | + | |
| 3657 | + | |
| 3658 | + | |
| 3659 | + | |
| 3660 | + | |
| 3661 | + | |
3653 | 3662 |
| |
3654 | 3663 |
| |
3655 | 3664 |
| |
| |||
3668 | 3677 |
| |
3669 | 3678 |
| |
3670 | 3679 |
| |
| 3680 | + | |
| 3681 | + | |
| 3682 | + | |
| 3683 | + | |
| 3684 | + | |
| 3685 | + | |
| 3686 | + | |
| 3687 | + | |
| 3688 | + | |
| 3689 | + | |
| 3690 | + | |
| 3691 | + | |
| 3692 | + | |
| 3693 | + | |
3671 | 3694 |
| |
3672 | 3695 |
| |
3673 | 3696 |
| |
|
0 commit comments
Comments
(0)