forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1e3e8b5
committed
Change the type of WalReceiverWaitStart wait event from Client to IPC.
Previously the type of this wait event was Client. But while thiswait event is being reported, walreceiver process is waiting forthe startup process to set initial data for streaming replication.It's not waiting for any activity on a socket connected to a userapplication or walsender. So this commit changes the type forWalReceiverWaitStart wait event to IPC.Author: Fujii MasaoReviewed-by: Kyotaro HoriguchiDiscussion:https://postgr.es/m/cdacc27c-37ff-f1a4-20e2-ce19933abfcc@oss.nttdata.com1 parent51893c8 commit1e3e8b5
File tree
3 files changed
+9
-9
lines changed- doc/src/sgml
- src
- backend/postmaster
- include
3 files changed
+9
-9
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1171 | 1171 |
| |
1172 | 1172 |
| |
1173 | 1173 |
| |
1174 |
| - | |
1175 |
| - | |
1176 |
| - | |
1177 |
| - | |
1178 |
| - | |
1179 | 1174 |
| |
1180 | 1175 |
| |
1181 | 1176 |
| |
| |||
1771 | 1766 |
| |
1772 | 1767 |
| |
1773 | 1768 |
| |
| 1769 | + | |
| 1770 | + | |
| 1771 | + | |
| 1772 | + | |
| 1773 | + | |
1774 | 1774 |
| |
1775 | 1775 |
| |
1776 | 1776 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3970 | 3970 |
| |
3971 | 3971 |
| |
3972 | 3972 |
| |
3973 |
| - | |
3974 |
| - | |
3975 |
| - | |
3976 | 3973 |
| |
3977 | 3974 |
| |
3978 | 3975 |
| |
| |||
4127 | 4124 |
| |
4128 | 4125 |
| |
4129 | 4126 |
| |
| 4127 | + | |
| 4128 | + | |
| 4129 | + | |
4130 | 4130 |
| |
4131 | 4131 |
| |
4132 | 4132 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
953 | 953 |
| |
954 | 954 |
| |
955 | 955 |
| |
956 |
| - | |
957 | 956 |
| |
958 | 957 |
| |
959 | 958 |
| |
| |||
1010 | 1009 |
| |
1011 | 1010 |
| |
1012 | 1011 |
| |
| 1012 | + | |
1013 | 1013 |
| |
1014 | 1014 |
| |
1015 | 1015 |
| |
|
0 commit comments
Comments
(0)