- Notifications
You must be signed in to change notification settings - Fork5
Commit6a771d1
committed
Add connection messages for streaming replication. log_connections
was broken for a replication connection and no messages weredisplayed on either standby or primary, at any debug level.Connection messages needed to diagnose session drop/reconnectevents. Use LOG mode for now, discuss lowering in later releases.1 parent75867c5 commit6a771d1
File tree
2 files changed
+12
-3
lines changed- src/backend
- replication/libpqwalreceiver
- utils/init
2 files changed
+12
-3
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
157 | 157 |
| |
158 | 158 |
| |
159 | 159 |
| |
| 160 | + | |
| 161 | + | |
160 | 162 |
| |
161 | 163 |
| |
162 | 164 |
| |
|
Lines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
217 | 217 |
| |
218 | 218 |
| |
219 | 219 |
| |
220 |
| - | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
221 | 228 |
| |
222 | 229 |
| |
223 | 230 |
| |
|
0 commit comments
Comments
(0)