forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8613eac
committed
Fix pg_ctl -D handling for Win32:
C:\msys\1.0\home\y-asaba>pg_ctl -D data restartwaiting for postmaster to shut down...LOG: received smart shutdownrequest.LOG: shutting downLOG: database system is shut downdonepostmaster stoppedpostmaster startingC:\msys\1.0\home\y-asaba>postmaster.exe: invalid argument: "'-D'"Try "postmaster.exe --help" for more information.Yoshiyuki Asaba1 parenta49f6ad commit8613eac
2 files changed
+4
-4
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| |||
3301 | 3301 |
| |
3302 | 3302 |
| |
3303 | 3303 |
| |
3304 |
| - | |
| 3304 | + | |
3305 | 3305 |
| |
3306 | 3306 |
| |
3307 | 3307 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
501 | 501 |
| |
502 | 502 |
| |
503 | 503 |
| |
504 |
| - | |
| 504 | + | |
505 | 505 |
| |
506 | 506 |
| |
507 | 507 |
| |
|
0 commit comments
Comments
(0)