forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb52fd1e
committed
Use native path separators to pg_ctl in initdb
On Windows, CMD.EXE allegedly does not run a command that uses forward slashes,so let's convert the path to use backslashes instead.Backpatch to 10.Author: Nitin Jadhav <nitinjadhavpostgres@gmail.com>Reviewed-by: Juan José Santamaría Flecha <juanjo.santamaria@gmail.com>Discussion:https://postgr.es/m/CAMm1aWaNDuaPYFYMAqDeJrZmPtNvLcJRS++CcZWY8LT6KcoBZw@mail.gmail.com1 parent621e8a6 commitb52fd1e
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3281 | 3281 |
| |
3282 | 3282 |
| |
3283 | 3283 |
| |
| 3284 | + | |
| 3285 | + | |
| 3286 | + | |
3284 | 3287 |
| |
3285 | 3288 |
| |
3286 | 3289 |
| |
|
0 commit comments
Comments
(0)