File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -185,19 +185,8 @@ rem Copy msys shell and sed
185
185
CD /D %BUILD_DIR% \distr_%ARCH% _%PGVER% \postgresql\bin
186
186
if exist pgpro_upgrade 7z x %DOWNLOADS_DIR% \min_msys_%ARCH% .zip
187
187
188
- rem download and build pg_repack extension
189
188
SET WGET = wget -N --no-check-certificate
190
189
191
- set PG_REPACK_URL = https://repo.postgrespro.ru/pgproee-%PG_MAJOR_VERSION% -beta/src/pg_repack-%PG_REPACK_VER% .tar.bz2
192
- if " %PRODUCT_NAME% " == " PostgresProEnterprise" (
193
- CD /D %DOWNLOADS_DIR%
194
- %WGET% %PG_REPACK_URL% || goto :ERROR
195
- tar xf pg_repack*%PG_REPACK_VER% .tar.bz2 -C %BUILD_UDIR% /postgresql|| goto :ERROR
196
- CD /D %BUILD_DIR% \postgresql
197
- CD pg_repack-%PG_REPACK_VER%
198
- perl win32build.pl %BUILD_DIR% \distr_%ARCH% _%PGVER% \postgresql
199
- )
200
-
201
190
rem download help sources
202
191
CD /D %DOWNLOADS_DIR%
203
192
SET DOCURL = http://repo.l.postgrespro.ru/doc
Original file line number Diff line number Diff line change @@ -10,10 +10,6 @@ SET WXWIDGETS_VER=3.0.2
10
10
SET EDITLINE_VER = 2.205
11
11
SET ZSTD_RELEASE = 1.1.0
12
12
13
- SET PG_REPACK_VER = 1.4.2
14
- IF " %PG_MAJOR_VERSION% " == " 9.5" SET PG_REPACK_VER = 1.3.4
15
- IF " %PG_MAJOR_VERSION% " == " 11" SET PG_REPACK_VER = 1.4.3
16
-
17
13
REM Path vars
18
14
SET PERL32_PATH = C:\Perl
19
15
SET PERL64_PATH = C:\Perl64
You can’t perform that action at this time.
0 commit comments