ci: windows: run initdb with --no-sync.
authorAndres Freund <[email protected]>
Thu, 13 Jan 2022 18:56:41 +0000 (10:56 -0800)
committerAndres Freund <[email protected]>
Thu, 13 Jan 2022 18:56:41 +0000 (10:56 -0800)
Author: Justin Pryzby <[email protected]>
Discussion: https://postgr.es/m/20220110220748[email protected]

.cirrus.yml

index 910b1d6313ad1453ae1033c68ff03b89a0db55ea..677bdf0e65e72d3507514056a3757a10a170aff9 100644 (file)
@@ -395,7 +395,7 @@ task:
     - perl src/tools/msvc/vcregress.pl check parallel
   startcreate_script:
     # paths to binaries need backslashes
-    - 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
     - echo include '%TEMP_CONFIG%' >> tmp_check/db/postgresql.conf
     - tmp_install\bin\pg_ctl.exe start -D tmp_check/db -l tmp_check/postmaster.log
   test_pl_script: