forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit48912ac
committed
Disable triggering failover with a signal in pg_standby on Windows, because
Windows doesn't do signal processing like other platforms do. It neverreally worked, but recent changes to the signal handling made it crash.This fixes bug #4961. Patch by Fujii Masao.1 parent91ce16a commit48912ac
1 file changed
+9
-3
lines changedLines changed: 9 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
| 59 | + | |
59 | 60 |
| |
| 61 | + | |
60 | 62 |
| |
61 | 63 |
| |
62 | 64 |
| |
| |||
535 | 537 |
| |
536 | 538 |
| |
537 | 539 |
| |
| 540 | + | |
538 | 541 |
| |
539 | 542 |
| |
540 | 543 |
| |
541 | 544 |
| |
542 | 545 |
| |
543 | 546 |
| |
544 |
| - | |
545 | 547 |
| |
546 | 548 |
| |
547 | 549 |
| |
| |||
573 | 575 |
| |
574 | 576 |
| |
575 | 577 |
| |
| 578 | + | |
576 | 579 |
| |
577 | 580 |
| |
578 | 581 |
| |
| |||
584 | 587 |
| |
585 | 588 |
| |
586 | 589 |
| |
| 590 | + | |
| 591 | + | |
587 | 592 |
| |
588 | 593 |
| |
589 | 594 |
| |
590 |
| - | |
591 | 595 |
| |
592 | 596 |
| |
593 | 597 |
| |
| |||
763 | 767 |
| |
764 | 768 |
| |
765 | 769 |
| |
| 770 | + | |
766 | 771 |
| |
767 | 772 |
| |
768 | 773 |
| |
| |||
772 | 777 |
| |
773 | 778 |
| |
774 | 779 |
| |
| 780 | + | |
775 | 781 |
| |
776 | 782 |
| |
777 | 783 |
| |
|
0 commit comments
Comments
(0)