8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1ce5e commit dfc0cb3Copy full SHA for dfc0cb3
.cirrus.yml
@@ -395,7 +395,7 @@ task:
395
- perl src/tools/msvc/vcregress.pl check parallel
396
startcreate_script:
397
# paths to binaries need backslashes
398
- - tmp_install\bin\pg_ctl.exe initdb -D tmp_check/db -l tmp_check/initdb.log
+ - tmp_install\bin\pg_ctl.exe initdb -D tmp_check/db -l tmp_check/initdb.log --options=--no-sync
399
- echo include '%TEMP_CONFIG%' >> tmp_check/db/postgresql.conf
400
- tmp_install\bin\pg_ctl.exe start -D tmp_check/db -l tmp_check/postmaster.log
401
test_pl_script:
0 commit comments