File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -107,12 +107,12 @@ rem cp -va %DEPENDENCIES_BIN_DIR%/icu/lib/* . || GOTO :ERROR
107
107
108
108
)
109
109
:NOLOAD
110
- IF %ARCH% == X86 SET PERL5LIB = %PERL32_PATH% \lib;src\tools\msvc
111
- IF %ARCH% == X64 SET PERL5LIB = %PERL64_PATH% \lib;src\tools\msvc
110
+ IF %ARCH% == X86 SET PERL5LIB = %PERL32_PATH% \lib;src\tools\msvc;.
111
+ IF %ARCH% == X64 SET PERL5LIB = %PERL64_PATH% \lib;src\tools\msvc;.
112
112
113
- CD /D %BUILD_DIR% \postgresql\*%PGVER% *\src\tools\msvc || GOTO :ERROR
114
- rem %PERL_EXE% src\tools\msvc\ build.pl || GOTO :ERROR
115
- %PERL_EXE% build.pl || GOTO :ERROR
113
+ rem CD /D %BUILD_DIR%\postgresql\*%PGVER%*\src\tools\msvc || GOTO :ERROR
114
+ rem %PERL_EXE% build.pl || GOTO :ERROR
115
+ %PERL_EXE% src\tools\msvc\ build.pl || GOTO :ERROR
116
116
CD /D %BUILD_DIR% \postgresql\*%PGVER% * || GOTO :ERROR
117
117
IF EXIST contrib\pg_probackup\gen_probackup_project.pl %PERL_EXE% contrib\pg_probackup\gen_probackup_project.pl || GOTO :ERROR
118
118
Original file line number Diff line number Diff line change @@ -666,7 +666,7 @@ Section $(componentServer) sec1
666
666
FileWrite $0 " #online_analyze.verbose = 'off'$\r$\n "
667
667
FileWrite $0 " #online_analyze.local_tracking = 'on'$\r$\n "
668
668
FileWrite $0 " #plantuner.fix_empty_table = 'on' $\r$\n "
669
- FileWrite $0 " #online_analyze.enable = off $\r$\n "
669
+ FileWrite $0 " #online_analyze.enable = on $\r$\n "
670
670
671
671
; debug for unstarted server:
672
672
; FileWrite $0 "effective_io_concurrency = 2$\r$\n"
You can’t perform that action at this time.
0 commit comments