forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6e96d4d
committed
Copy the libpq DLL to the bin directory on Mingw and Cygwin.
This has long been done by the MSVC build system, and has causedconfusion in the past when programs like psql have failed to startbecause they can't find the DLL. If it's in the same directory as it nowwill be they will find it.Backpatch to all live branches.1 parentebe3344 commit6e96d4d
1 file changed
+9
-0
lines changedLines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
| 123 | + | |
| 124 | + | |
| 125 | + | |
123 | 126 |
| |
124 | 127 |
| |
125 | 128 |
| |
126 | 129 |
| |
127 | 130 |
| |
128 | 131 |
| |
| 132 | + | |
| 133 | + | |
| 134 | + | |
129 | 135 |
| |
130 | 136 |
| |
131 | 137 |
| |
132 | 138 |
| |
133 | 139 |
| |
134 | 140 |
| |
135 | 141 |
| |
| 142 | + | |
| 143 | + | |
| 144 | + | |
136 | 145 |
| |
137 | 146 |
| |
138 | 147 |
| |
|
0 commit comments
Comments
(0)