|
42 | 42 | sleep 3if ($windows_os); |
43 | 43 | command_fails(['pg_ctl','start','-D',"$tempdir/data",'-w' ], |
44 | 44 | 'second pg_ctl start -w fails'); |
45 | | -command_ok(['pg_ctl','stop','-D',"$tempdir/data",'-w','-m','fast' ], |
| 45 | +command_ok(['pg_ctl','stop','-D',"$tempdir/data",'-w' ], |
46 | 46 | 'pg_ctl stop -w'); |
47 | | -command_fails(['pg_ctl','stop','-D',"$tempdir/data",'-w','-m','fast' ], |
| 47 | +command_fails(['pg_ctl','stop','-D',"$tempdir/data",'-w' ], |
48 | 48 | 'second pg_ctl stop fails'); |
49 | 49 |
|
50 | | -command_ok(['pg_ctl','restart','-D',"$tempdir/data",'-w','-m','fast' ], |
| 50 | +command_ok(['pg_ctl','restart','-D',"$tempdir/data",'-w' ], |
51 | 51 | 'pg_ctl restart with server not running'); |
52 | | -command_ok(['pg_ctl','restart','-D',"$tempdir/data",'-w','-m','fast' ], |
| 52 | +command_ok(['pg_ctl','restart','-D',"$tempdir/data",'-w' ], |
53 | 53 | 'pg_ctl restart with server running'); |
54 | 54 |
|
55 | | -system_or_bail'pg_ctl','stop','-D',"$tempdir/data",'-m','fast'; |
| 55 | +system_or_bail'pg_ctl','stop','-D',"$tempdir/data"; |