- Notifications
You must be signed in to change notification settings - Fork5
Commit7aac048
committed
Attached is a patch to deal with the ones that I missed the first time
around. I tested this patch under Cygwin and Linux.Note that I only changed dblink's Makefile in the most minimal wayto fix the link problem under Cygwin (i.e., use the link rule fromMakefile.shlib instead). dblink's Makefile should probably be furtherpatched to be consistent with the other PostgreSQL Makefiles.Jason Tishler1 parent2e81f3d commit7aac048
3 files changed
+8
-6
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 | 4 |
| |
6 | 5 |
| |
7 | 6 |
| |
| |||
16 | 15 |
| |
17 | 16 |
| |
18 | 17 |
| |
| 18 | + | |
| 19 | + | |
19 | 20 |
| |
20 | 21 |
| |
| 22 | + | |
| 23 | + | |
21 | 24 |
| |
22 | 25 |
| |
23 | 26 |
| |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
|
0 commit comments
Comments
(0)