forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite7873b7
committed
Open output file before sleeping in pg_recvlogical.
Let's complain about e.g an invalid path or permission problem sooner ratherthan later. Before this patch, we would only try to open the output fileafter receiving the first decoded message from the server.1 parent07a4a93 commite7873b7
1 file changed
+17
-17
lines changedLines changed: 17 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
315 | 315 |
| |
316 | 316 |
| |
317 | 317 |
| |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
318 | 335 |
| |
319 | 336 |
| |
320 | 337 |
| |
| |||
479 | 496 |
| |
480 | 497 |
| |
481 | 498 |
| |
482 |
| - | |
483 |
| - | |
484 |
| - | |
485 |
| - | |
486 |
| - | |
487 |
| - | |
488 |
| - | |
489 |
| - | |
490 |
| - | |
491 |
| - | |
492 |
| - | |
493 |
| - | |
494 |
| - | |
495 |
| - | |
496 |
| - | |
497 |
| - | |
498 |
| - | |
499 | 499 |
| |
500 | 500 |
| |
501 | 501 |
| |
|
0 commit comments
Comments
(0)