forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9e02e20
committed
MinGW: Link with shell32.dll instead of shfolder.dll.
This improves consistency with the MSVC build. On buildfarm membernarwhal, since commit846e91e,shfolder.dll:SHGetFolderPath() crashes when dblink calls it by way ofpqGetHomeDirectory(). Back-patch to 9.4, where that commit firstappeared. How it caused this regression remains a mystery. This is apartial revert of commit889f038, whichadopted shfolder.dll for Windows NT 4.0 compatibility. PostgreSQL 8.2dropped support for that operating system.1 parent7a14edb commit9e02e20
File tree
5 files changed
+9
-13
lines changed- src
- interfaces
- ecpg/ecpglib
- libpq
- port
5 files changed
+9
-13
lines changedLines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
547 | 547 |
| |
548 | 548 |
| |
549 | 549 |
| |
550 |
| - | |
551 |
| - | |
| 550 | + | |
552 | 551 |
| |
553 |
| - | |
| 552 | + | |
554 | 553 |
| |
555 | 554 |
| |
556 | 555 |
| |
|
Lines changed: 0 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 | 41 |
| |
47 | 42 |
| |
48 | 43 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
73 |
| - | |
| 73 | + | |
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
208 | 208 |
| |
209 | 209 |
| |
210 | 210 |
| |
211 |
| - | |
| 211 | + | |
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
|
Lines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
785 | 785 |
| |
786 | 786 |
| |
787 | 787 |
| |
788 |
| - | |
789 |
| - | |
790 |
| - | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
791 | 793 |
| |
792 | 794 |
| |
793 | 795 |
| |
|
0 commit comments
Comments
(0)