Skip to content

Commit dfc0cb3

Browse files
committed
ci: windows: run initdb with --no-sync.
Author: Justin Pryzby <pryzby@telsasoft.com> Discussion: https://postgr.es/m/20220110220748.GS14051@telsasoft.com
1 parent 8a1ce5e commit dfc0cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
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)