Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dfc0cb3

Browse files
committed
ci: windows: run initdb with --no-sync.
Author: Justin Pryzby <[email protected]> Discussion: https://postgr.es/m/[email protected]
1 parent 8a1ce5e commit dfc0cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ task:
395395
- perl src/tools/msvc/vcregress.pl check parallel
396396
startcreate_script:
397397
# paths to binaries need backslashes
398-
- tmp_install\bin\pg_ctl.exe initdb -D tmp_check/db -l tmp_check/initdb.log
398+
- tmp_install\bin\pg_ctl.exe initdb -D tmp_check/db -l tmp_check/initdb.log --options=--no-sync
399399
- echo include '%TEMP_CONFIG%' >> tmp_check/db/postgresql.conf
400400
- tmp_install\bin\pg_ctl.exe start -D tmp_check/db -l tmp_check/postmaster.log
401401
test_pl_script:

0 commit comments

Comments
 (0)