forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5917671
committed
pg_basebackup: Try to fix some failures on Windows.
Commitffd5365 messed up themechanism that was being used to pass parameters to LogStreamerMain()on Windows. It worked on Linux because only Windows was using threads.Repair by moving the additional parameters added by that commit intothe 'logstreamer_param' struct.Along the way, fix a compiler warning on builds without HAVE_LIBZ.Discussion:http://postgr.es/m/CA+TgmoY5=AmWOtMj3v+cySP2rR=Bt6EGyF_joAq4CfczMddKtw@mail.gmail.com1 parent9d92582 commit5917671
File tree
2 files changed
+9
-8
lines changed- src
- backend/replication
- bin/pg_basebackup
2 files changed
+9
-8
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 |
| - | |
65 |
| - | |
66 | 64 |
| |
67 | 65 |
| |
68 | 66 |
| |
69 | 67 |
| |
70 | 68 |
| |
71 | 69 |
| |
72 | 70 |
| |
| 71 | + | |
73 | 72 |
| |
74 | 73 |
| |
75 | 74 |
| |
|
Lines changed: 8 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
541 | 541 |
| |
542 | 542 |
| |
543 | 543 |
| |
| 544 | + | |
| 545 | + | |
544 | 546 |
| |
545 | 547 |
| |
546 | 548 |
| |
547 |
| - | |
548 |
| - | |
549 |
| - | |
| 549 | + | |
550 | 550 |
| |
551 | 551 |
| |
552 | 552 |
| |
| |||
575 | 575 |
| |
576 | 576 |
| |
577 | 577 |
| |
578 |
| - | |
579 |
| - | |
| 578 | + | |
| 579 | + | |
580 | 580 |
| |
581 | 581 |
| |
582 | 582 |
| |
| |||
634 | 634 |
| |
635 | 635 |
| |
636 | 636 |
| |
| 637 | + | |
| 638 | + | |
637 | 639 |
| |
638 | 640 |
| |
639 | 641 |
| |
| |||
724 | 726 |
| |
725 | 727 |
| |
726 | 728 |
| |
727 |
| - | |
| 729 | + | |
728 | 730 |
| |
729 | 731 |
| |
730 | 732 |
| |
|
0 commit comments
Comments
(0)