mirror of
https://github.com/postgres/postgres.git
synced 2025-05-12 00:01:58 -04:00
ci: windows: run initdb with --no-sync.
Author: Justin Pryzby <pryzby@telsasoft.com> Discussion: https://postgr.es/m/20220110220748.GS14051@telsasoft.com
This commit is contained in:
parent
8a1ce5e54f
commit
dfc0cb3940
@ -395,7 +395,7 @@ task:
|
|||||||
- perl src/tools/msvc/vcregress.pl check parallel
|
- perl src/tools/msvc/vcregress.pl check parallel
|
||||||
startcreate_script:
|
startcreate_script:
|
||||||
# paths to binaries need backslashes
|
# 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
|
- 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
|
- tmp_install\bin\pg_ctl.exe start -D tmp_check/db -l tmp_check/postmaster.log
|
||||||
test_pl_script:
|
test_pl_script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user