- Notifications
You must be signed in to change notification settings - Fork5
Commiteaa70a3
committed
Fix initdb to reject a relative path for -X (--xlogdir) argument. This
doesn't work, and the real reason why not is it's unclear where the pathis relative to (initdb's CWD, or the data directory?). We could make anarbitrary decision, but it seems best to make the user be unambiguous.Per gripe from Devrim.1 parentc4fdebd commiteaa70a3
1 file changed
+13
-6
lines changedLines changed: 13 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| |||
3002 | 3002 |
| |
3003 | 3003 |
| |
3004 | 3004 |
| |
3005 |
| - | |
3006 |
| - | |
| 3005 | + | |
| 3006 | + | |
| 3007 | + | |
| 3008 | + | |
| 3009 | + | |
| 3010 | + | |
| 3011 | + | |
3007 | 3012 |
| |
3008 | 3013 |
| |
3009 | 3014 |
| |
| |||
3021 | 3026 |
| |
3022 | 3027 |
| |
3023 | 3028 |
| |
3024 |
| - | |
3025 | 3029 |
| |
3026 |
| - | |
3027 | 3030 |
| |
3028 | 3031 |
| |
3029 | 3032 |
| |
| |||
3053 | 3056 |
| |
3054 | 3057 |
| |
3055 | 3058 |
| |
3056 |
| - | |
| 3059 | + | |
3057 | 3060 |
| |
3058 | 3061 |
| |
3059 | 3062 |
| |
| |||
3062 | 3065 |
| |
3063 | 3066 |
| |
3064 | 3067 |
| |
| 3068 | + | |
| 3069 | + | |
| 3070 | + | |
| 3071 | + | |
3065 | 3072 |
| |
3066 | 3073 |
| |
3067 | 3074 |
| |
|
0 commit comments
Comments
(0)