forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit30a06fe
committed
Unconditionally define:
-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICSfor all ports. It can't hurt if they are not supported, but it makesour job easier for porting.Should fix Darwin compile and other platforms without mucking with thethread detection code.1 parentf5b6ce7 commit30a06fe
File tree
8 files changed
+24
-24
lines changed- config
- src/template
8 files changed
+24
-24
lines changedLines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 |
| |
2 | 5 |
| |
3 | 6 |
| |
| |||
165 | 168 |
| |
166 | 169 |
| |
167 | 170 |
| |
168 |
| - | |
169 |
| - | |
170 |
| - | |
171 |
| - | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
172 | 176 |
| |
173 | 177 |
| |
174 | 178 |
| |
|
Lines changed: 10 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13387 | 13387 |
| |
13388 | 13388 |
| |
13389 | 13389 |
| |
13390 |
| - | |
13391 |
| - | |
13392 |
| - | |
13393 |
| - | |
| 13390 | + | |
| 13391 | + | |
| 13392 | + | |
| 13393 | + | |
| 13394 | + | |
13394 | 13395 |
| |
13395 | 13396 |
| |
13396 | 13397 |
| |
| |||
13465 | 13466 |
| |
13466 | 13467 |
| |
13467 | 13468 |
| |
| 13469 | + | |
| 13470 | + | |
| 13471 | + | |
| 13472 | + | |
| 13473 | + | |
13468 | 13474 |
| |
13469 | 13475 |
| |
13470 | 13476 |
| |
|
Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
959 | 959 |
| |
960 | 960 |
| |
961 | 961 |
| |
| 962 | + | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
| 966 | + | |
962 | 967 |
| |
963 | 968 |
| |
964 | 969 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 |
| - | |
9 |
| - |
Lines changed: 0 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - |
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 |
| - |
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - |
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 | 27 |
| |
31 | 28 |
|
0 commit comments
Comments
(0)