forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit86947e6
committed
Add more detail to error message for invalid arguments for server process
It now prints the argument that was at fault.Also fix a small misbehavior where the error message issued bygetopt() would complain about a program named "--single", becausethat's what argv[0] is in the server process.1 parent03e56f7 commit86947e6
1 file changed
+22
-9
lines changedLines changed: 22 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3190 | 3190 |
| |
3191 | 3191 |
| |
3192 | 3192 |
| |
| 3193 | + | |
| 3194 | + | |
| 3195 | + | |
| 3196 | + | |
| 3197 | + | |
| 3198 | + | |
| 3199 | + | |
3193 | 3200 |
| |
3194 | 3201 |
| |
3195 | 3202 |
| |
| |||
3363 | 3370 |
| |
3364 | 3371 |
| |
3365 | 3372 |
| |
| 3373 | + | |
| 3374 | + | |
| 3375 | + | |
3366 | 3376 |
| |
3367 | 3377 |
| |
3368 | 3378 |
| |
3369 | 3379 |
| |
3370 | 3380 |
| |
3371 | 3381 |
| |
3372 |
| - | |
| 3382 | + | |
| 3383 | + | |
| 3384 | + | |
| 3385 | + | |
| 3386 | + | |
| 3387 | + | |
3373 | 3388 |
| |
| 3389 | + | |
| 3390 | + | |
| 3391 | + | |
3374 | 3392 |
| |
3375 | 3393 |
| |
3376 | 3394 |
| |
3377 | 3395 |
| |
3378 |
| - | |
| 3396 | + | |
3379 | 3397 |
| |
3380 | 3398 |
| |
3381 | 3399 |
| |
3382 | 3400 |
| |
3383 |
| - | |
3384 |
| - | |
| 3401 | + | |
| 3402 | + | |
3385 | 3403 |
| |
3386 | 3404 |
| |
3387 | 3405 |
| |
3388 |
| - | |
3389 |
| - | |
3390 |
| - | |
3391 |
| - | |
3392 |
| - | |
3393 | 3406 |
| |
3394 | 3407 |
| |
3395 | 3408 |
| |
|
0 commit comments
Comments
(0)