forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit92ecb14
committed
Improve logical replication worker log messages
Reduce some redundant messages to DEBUG1. Be clearer about thedistinction between apply workers and table synchronization workers.Add subscription and table name where possible.Reviewed-by: Masahiko Sawada <sawada.mshk@gmail.com>1 parent85c2b9a commit92ecb14
File tree
3 files changed
+18
-13
lines changed- src/backend/replication/logical
3 files changed
+18
-13
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
260 | 260 |
| |
261 | 261 |
| |
262 | 262 |
| |
263 |
| - | |
| 263 | + | |
264 | 264 |
| |
265 | 265 |
| |
266 | 266 |
| |
|
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
| 136 | + | |
136 | 137 |
| |
137 |
| - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
138 | 141 |
| |
139 | 142 |
| |
140 | 143 |
| |
|
Lines changed: 13 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1325 | 1325 |
| |
1326 | 1326 |
| |
1327 | 1327 |
| |
1328 |
| - | |
| 1328 | + | |
1329 | 1329 |
| |
1330 | 1330 |
| |
1331 | 1331 |
| |
| |||
1340 | 1340 |
| |
1341 | 1341 |
| |
1342 | 1342 |
| |
1343 |
| - | |
| 1343 | + | |
1344 | 1344 |
| |
1345 | 1345 |
| |
1346 | 1346 |
| |
| |||
1355 | 1355 |
| |
1356 | 1356 |
| |
1357 | 1357 |
| |
1358 |
| - | |
| 1358 | + | |
1359 | 1359 |
| |
1360 | 1360 |
| |
1361 | 1361 |
| |
| |||
1370 | 1370 |
| |
1371 | 1371 |
| |
1372 | 1372 |
| |
1373 |
| - | |
| 1373 | + | |
1374 | 1374 |
| |
1375 | 1375 |
| |
1376 | 1376 |
| |
| |||
1388 | 1388 |
| |
1389 | 1389 |
| |
1390 | 1390 |
| |
1391 |
| - | |
| 1391 | + | |
1392 | 1392 |
| |
1393 | 1393 |
| |
1394 | 1394 |
| |
| |||
1403 | 1403 |
| |
1404 | 1404 |
| |
1405 | 1405 |
| |
1406 |
| - | |
| 1406 | + | |
1407 | 1407 |
| |
1408 | 1408 |
| |
1409 | 1409 |
| |
| |||
1503 | 1503 |
| |
1504 | 1504 |
| |
1505 | 1505 |
| |
1506 |
| - | |
| 1506 | + | |
1507 | 1507 |
| |
1508 | 1508 |
| |
1509 | 1509 |
| |
| |||
1516 | 1516 |
| |
1517 | 1517 |
| |
1518 | 1518 |
| |
1519 |
| - | |
1520 |
| - | |
| 1519 | + | |
| 1520 | + | |
| 1521 | + | |
1521 | 1522 |
| |
1522 |
| - | |
1523 |
| - | |
| 1523 | + | |
| 1524 | + | |
| 1525 | + | |
1524 | 1526 |
| |
1525 | 1527 |
| |
1526 | 1528 |
| |
|
0 commit comments
Comments
(0)