forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd587298
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 parentd0ee937 commitd587298
1 file changed
+9
-0
lines changedLines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
| 124 | + | |
| 125 | + | |
| 126 | + | |
124 | 127 |
| |
125 | 128 |
| |
126 | 129 |
| |
127 | 130 |
| |
128 | 131 |
| |
129 | 132 |
| |
| 133 | + | |
| 134 | + | |
| 135 | + | |
130 | 136 |
| |
131 | 137 |
| |
132 | 138 |
| |
133 | 139 |
| |
134 | 140 |
| |
135 | 141 |
| |
136 | 142 |
| |
| 143 | + | |
| 144 | + | |
| 145 | + | |
137 | 146 |
| |
138 | 147 |
| |
139 | 148 |
| |
|
0 commit comments
Comments
(0)