forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd8f75d4
committed
Fix Win32/Cygwin problems:
After updating to the latest cvs, and also building most of the addons(like PLs), the following patch is neededf for win32 + Visual C++.* Switch to use the new win32 semaphore code* Rename win32_open to pgwin32_open. win32_open collides with symbolsdefined in Perl. MingW didn't detect ig, MSVC did. And it's a bit toogeneric a name to export globally, imho...* Python defines some partially broken #pragmas in the headers whendoing a debug build. Workaround.Magnus Hagander1 parentac7a126 commitd8f75d4
File tree
4 files changed
+19
-8
lines changed- src
- include
- pl/plpython
- port
4 files changed
+19
-8
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
628 | 628 |
| |
629 | 629 |
| |
630 | 630 |
| |
631 |
| - | |
| 631 | + | |
632 | 632 |
| |
633 | 633 |
| |
634 | 634 |
| |
635 | 635 |
| |
636 | 636 |
| |
637 | 637 |
| |
638 | 638 |
| |
| 639 | + | |
| 640 | + | |
| 641 | + | |
639 | 642 |
| |
640 | 643 |
| |
641 | 644 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
246 | 246 |
| |
247 | 247 |
| |
248 | 248 |
| |
249 |
| - | |
| 249 | + | |
250 | 250 |
| |
251 | 251 |
| |
252 |
| - | |
| 252 | + | |
253 | 253 |
| |
254 | 254 |
| |
255 | 255 |
| |
|
Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 |
| |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
10 | 18 |
| |
11 | 19 |
| |
12 | 20 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
| 57 | + | |
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
|
0 commit comments
Comments
(0)