- Notifications
You must be signed in to change notification settings - Fork5
Commitd7f0b7e
committed
Here is an update on the Win32 patch. Modified files are 'config.h.win32'
and two 'win32.mak'. Addresses the following:1) Oops. Spelled fcntl.h wrong in the last one. D'uh.2) PG_VERSION changed to be defined with " around it. psql/command.c failedto compile without that.3) Changed makefiles to use "/MD" and link both psql and libpq.dll againstMSVCRT.DLL instead of a static library. This takes care of thecrash-upon-free in psql.I *think* this is what is on the "Open 7.1 Items" list as "Magnus HaganderODBC Issues?". It has nothing to do with ODBC, but it's the only issue I'vebeen involved with...Magnus Hagander1 parentb72ca55 commitd7f0b7e
File tree
4 files changed
+5
-5
lines changed- src
- bin/psql
- include
- interfaces/libpq
4 files changed
+5
-5
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 |
| - | |
| 51 | + | |
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
|
0 commit comments
Comments
(0)