forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit07d4d36
committed
On solaris, createdb/dropdb fails because of strange behavior of system().
(it returns error with errno ECHILD upon successful completion of commands).This fix ignores an error from system() if errno == ECHILD.1 parentc439756 commit07d4d36
1 file changed
+13
-1
lines changedLines changed: 13 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
| 151 | + | |
| 152 | + | |
| 153 | + | |
151 | 154 |
| |
| 155 | + | |
152 | 156 |
| |
153 | 157 |
| |
154 | 158 |
| |
155 | 159 |
| |
156 | 160 |
| |
| 161 | + | |
| 162 | + | |
| 163 | + | |
157 | 164 |
| |
| 165 | + | |
158 | 166 |
| |
159 | 167 |
| |
160 | 168 |
| |
| |||
281 | 289 |
| |
282 | 290 |
| |
283 | 291 |
| |
| 292 | + | |
| 293 | + | |
| 294 | + | |
284 | 295 |
| |
| 296 | + | |
285 | 297 |
| |
286 | 298 |
| |
287 | 299 |
| |
|
0 commit comments
Comments
(0)