forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1a271f0
committed
Fix WIN32 wait() return value macros to be accurate, particularly
because they are used for testing the return value from system().(WIN32 doesn't overlay the return code with other failure conditionslike Unix does, so they are just simple macros.)Fix regression checks to properly handle diff failures on Win32 usingthe new macros.1 parent497d39d commit1a271f0
2 files changed
+32
-28
lines changedLines changed: 11 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
112 |
| - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
113 | 118 |
| |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 |
| - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
118 | 123 |
| |
119 | 124 |
| |
120 | 125 |
| |
|
Lines changed: 21 additions & 22 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
799 | 799 |
| |
800 | 800 |
| |
801 | 801 |
| |
802 |
| - | |
| 802 | + | |
803 | 803 |
| |
804 |
| - | |
805 |
| - | |
| 804 | + | |
| 805 | + | |
806 | 806 |
| |
807 | 807 |
| |
808 | 808 |
| |
809 | 809 |
| |
810 |
| - | |
811 |
| - | |
812 |
| - | |
813 |
| - | |
814 |
| - | |
815 |
| - | |
816 |
| - | |
817 | 810 |
| |
818 |
| - | |
819 |
| - | |
820 |
| - | |
821 | 811 |
| |
822 | 812 |
| |
823 | 813 |
| |
824 | 814 |
| |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
825 | 828 |
| |
826 | 829 |
| |
827 | 830 |
| |
| |||
844 | 847 |
| |
845 | 848 |
| |
846 | 849 |
| |
847 |
| - | |
| 850 | + | |
848 | 851 |
| |
849 | 852 |
| |
850 | 853 |
| |
| |||
872 | 875 |
| |
873 | 876 |
| |
874 | 877 |
| |
875 |
| - | |
876 | 878 |
| |
877 | 879 |
| |
878 |
| - | |
| 880 | + | |
879 | 881 |
| |
880 |
| - | |
881 | 882 |
| |
882 | 883 |
| |
883 | 884 |
| |
| |||
896 | 897 |
| |
897 | 898 |
| |
898 | 899 |
| |
899 |
| - | |
900 | 900 |
| |
901 |
| - | |
| 901 | + | |
902 | 902 |
| |
903 |
| - | |
904 | 903 |
| |
905 | 904 |
| |
906 | 905 |
| |
| |||
921 | 920 |
| |
922 | 921 |
| |
923 | 922 |
| |
924 |
| - | |
| 923 | + | |
925 | 924 |
| |
926 | 925 |
| |
927 | 926 |
| |
|
0 commit comments
Comments
(0)