forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd692522
committed
MSVC: Future-proof installation file skip logic.
This code relied on knowing exactly where in the source tree temporaryinstallations might appear. A reasonable hacker may not think to updatethis code when adding use of a temporary installation, making itfragile. Observe that commit9fa8b0ebroke it unnoticed, and commitdcae5fafixed it unnoticed. Back-patch to 9.5 only; use of temporaryinstallations is unlikely to change in released versions.1 parent2cd40ad commitd692522
1 file changed
+6
-2
lines changedLines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
| 101 | + | |
| 102 | + | |
| 103 | + | |
101 | 104 |
| |
102 | 105 |
| |
103 | 106 |
| |
| |||
152 | 155 |
| |
153 | 156 |
| |
154 | 157 |
| |
| 158 | + | |
| 159 | + | |
| 160 | + | |
155 | 161 |
| |
156 | 162 |
| |
157 | 163 |
| |
| |||
199 | 205 |
| |
200 | 206 |
| |
201 | 207 |
| |
202 |
| - | |
203 |
| - | |
204 | 208 |
| |
205 | 209 |
| |
206 | 210 |
| |
|
0 commit comments
Comments
(0)