forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4f4d62a
committed
Attached patch is required ot build with the CRT that comes with Visual
Studio 2005. Basically MS defined errcode in the headers with a typedef,so we have to #define it out of the way.While at it, fix a function declaration in plpython that didn't matchthe implementation (volatile missing).Magnus Hagander1 parenta77275f commit4f4d62a
2 files changed
+9
-3
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
| 62 | + | |
| 63 | + | |
| 64 | + | |
62 | 65 |
| |
63 | 66 |
| |
64 | 67 |
| |
|
Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
| 14 | + | |
13 | 15 |
| |
| 16 | + | |
14 | 17 |
| |
15 | 18 |
| |
16 | 19 |
| |
| |||
2360 | 2363 |
| |
2361 | 2364 |
| |
2362 | 2365 |
| |
2363 |
| - | |
| 2366 | + | |
2364 | 2367 |
| |
2365 | 2368 |
| |
2366 | 2369 |
| |
|
0 commit comments
Comments
(0)