forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5bea8df
Add a new wait state and use it when sending data in the apply worker.
d9d7fe6 made use of an existing wait event when sending data from theapply worker, but we should have invented a new wait event since this is anew place to wait.This patch corrects the mistake by using a new wait event"LogicalApplySendData".Author: Hou ZhijieReviewed-by: Peter SmithDiscussion:https://postgr.es/m/CA+TgmobWzbr9H3yN3dLVckviEZKemPwd+XyCFKEgyZQZhgP66Q@mail.gmail.com1 parent69ae870 commit5bea8df
File tree
4 files changed
+11
-1
lines changed- doc/src/sgml
- src
- backend
- replication/logical
- utils/activity
- include/utils
4 files changed
+11
-1
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1740 | 1740 |
| |
1741 | 1741 |
| |
1742 | 1742 |
| |
| 1743 | + | |
| 1744 | + | |
| 1745 | + | |
| 1746 | + | |
| 1747 | + | |
1743 | 1748 |
| |
1744 | 1749 |
| |
1745 | 1750 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1181 | 1181 |
| |
1182 | 1182 |
| |
1183 | 1183 |
| |
1184 |
| - | |
| 1184 | + | |
| 1185 | + | |
1185 | 1186 |
| |
1186 | 1187 |
| |
1187 | 1188 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
391 | 391 |
| |
392 | 392 |
| |
393 | 393 |
| |
| 394 | + | |
| 395 | + | |
| 396 | + | |
394 | 397 |
| |
395 | 398 |
| |
396 | 399 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
| 109 | + | |
109 | 110 |
| |
110 | 111 |
| |
111 | 112 |
| |
|
0 commit comments
Comments
(0)