- Notifications
You must be signed in to change notification settings - Fork5
Commitd2286a9
committed
Allow embedded spaces without quoting in unix_socket_directories entries.
This fix removes an unnecessary incompatibility with the old behavior ofthe unix_socket_directory parameter. Since pathnames with embedded spacesare fairly popular on some platforms, the incompatibility could besignificant in practice. We'll still strip unquoted leading/trailingspaces, however.No docs update since the documentation already implied that it workedlike this.Per bug #7514 from Murray Cumming.1 parent25f4fe4 commitd2286a9
1 file changed
+12
-9
lines changedLines changed: 12 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2451 | 2451 |
| |
2452 | 2452 |
| |
2453 | 2453 |
| |
2454 |
| - | |
2455 |
| - | |
2456 |
| - | |
| 2454 | + | |
| 2455 | + | |
| 2456 | + | |
2457 | 2457 |
| |
2458 | 2458 |
| |
2459 | 2459 |
| |
| |||
2510 | 2510 |
| |
2511 | 2511 |
| |
2512 | 2512 |
| |
2513 |
| - | |
2514 |
| - | |
2515 |
| - | |
2516 |
| - | |
| 2513 | + | |
| 2514 | + | |
| 2515 | + | |
| 2516 | + | |
| 2517 | + | |
| 2518 | + | |
| 2519 | + | |
2517 | 2520 |
| |
2518 |
| - | |
2519 |
| - | |
| 2521 | + | |
| 2522 | + | |
2520 | 2523 |
| |
2521 | 2524 |
| |
2522 | 2525 |
| |
|
0 commit comments
Comments
(0)