forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit72e2d21
committed
Combine win32 and unix latch implementations.
Previously latches for windows and unix had been implemented indifferent files. A later patch introduce an expanded waitinfrastructure, keeping the implementation separate would introduce toomuch duplication.This basically just moves the functions, without too much change. Thereason to keep this separate is that it allows blame to continue workinga little less badly; and to make review a tiny bit easier.Discussion: 20160114143931.GG10941@awork2.anarazel.de1 parent326d73c commit72e2d21
File tree
10 files changed
+278
-384
lines changed- src
- backend
- port
- storage/ipc
- include/storage
- tools/msvc
10 files changed
+278
-384
lines changedLines changed: 1 addition & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14786 | 14786 |
| |
14787 | 14787 |
| |
14788 | 14788 |
| |
14789 |
| - | |
14790 |
| - | |
14791 |
| - | |
14792 |
| - | |
14793 |
| - | |
14794 |
| - | |
14795 |
| - | |
14796 | 14789 |
| |
14797 | 14790 |
| |
14798 | 14791 |
| |
| |||
15868 | 15861 |
| |
15869 | 15862 |
| |
15870 | 15863 |
| |
15871 |
| - | |
| 15864 | + | |
15872 | 15865 |
| |
15873 | 15866 |
| |
15874 | 15867 |
| |
| |||
16592 | 16585 |
| |
16593 | 16586 |
| |
16594 | 16587 |
| |
16595 |
| - | |
16596 | 16588 |
| |
16597 | 16589 |
| |
16598 | 16590 |
| |
|
Lines changed: 0 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1976 | 1976 |
| |
1977 | 1977 |
| |
1978 | 1978 |
| |
1979 |
| - | |
1980 |
| - | |
1981 |
| - | |
1982 |
| - | |
1983 |
| - | |
1984 |
| - | |
1985 |
| - | |
1986 | 1979 |
| |
1987 | 1980 |
| |
1988 | 1981 |
| |
| |||
2178 | 2171 |
| |
2179 | 2172 |
| |
2180 | 2173 |
| |
2181 |
| - | |
2182 | 2174 |
| |
2183 | 2175 |
| |
2184 | 2176 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
306 | 306 |
| |
307 | 307 |
| |
308 | 308 |
| |
309 |
| - | |
310 |
| - | |
| 309 | + | |
311 | 310 |
| |
312 | 311 |
| |
313 | 312 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 | 2 |
| |
4 | 3 |
| |
5 | 4 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
|
0 commit comments
Comments
(0)