File tree Expand file tree Collapse file tree 3 files changed +0
-24
lines changed Expand file tree Collapse file tree 3 files changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -187,19 +187,8 @@ rem Copy msys shell and sed
187187CD /D %BUILD_DIR% \distr_%ARCH% _%PGVER% \postgresql\bin
188188if exist pgpro_upgrade 7z x %DOWNLOADS_DIR% \min_msys_%ARCH% .zip
189189
190- rem download and build pg_repack extension
191190SET WGET = wget -N --no-check-certificate
192191
193- set PG_REPACK_URL = https://repo.postgrespro.ru/pgproee-%PG_MAJOR_VERSION% -beta/src/pg_repack-%PG_REPACK_VER% .tar.bz2
194- if " %PRODUCT_NAME% " == " PostgresProEnterprise" (
195- CD /D %DOWNLOADS_DIR%
196- %WGET% %PG_REPACK_URL% || goto :ERROR
197- tar xf pg_repack*%PG_REPACK_VER% .tar.bz2 -C %BUILD_UDIR% /postgresql|| goto :ERROR
198- CD /D %BUILD_DIR% \postgresql
199- CD pg_repack-%PG_REPACK_VER%
200- perl win32build.pl %BUILD_DIR% \distr_%ARCH% _%PGVER% \postgresql
201- )
202-
203192rem download help sources
204193CD /D %DOWNLOADS_DIR%
205194SET DOCURL = http://repo.l.postgrespro.ru/doc
Original file line number Diff line number Diff line change @@ -142,15 +142,6 @@ GOTO :NO_PGPRO_UPGRADE
142142type pgpro_upgrade.files >> allserver.files
143143:NO_PGPRO_UPGRADE
144144
145- rem pg_repack binary should be in serever section
146- rem It is included into PostgresProEnterpise only
147- rem pg_repack extension is included by same pattern as
148- rem all other contrib extensions
149-
150- IF " %PRODUCT_NAME% " == " PostgresProEnterprise" (
151- echo ./bin/pg_repack.* >> allserver.files
152- )
153-
154145rem expand pattern lists to actual file lists
155146%PYTHON64_PATH% /python %ROOT% /build/helpers/genlists.py %PG_INS_SOURCE_DIR% allclient.files devel.files plperl.files plpython2.files plpython3.files unneeded.files allserver.files || GOTO :ERROR
156147
Original file line number Diff line number Diff line change @@ -10,10 +10,6 @@ SET WXWIDGETS_VER=3.0.2
1010SET EDITLINE_VER = 2.205
1111SET ZSTD_RELEASE = 1.1.0
1212
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-
1713REM Path vars
1814SET PERL32_PATH = C:\Perl
1915SET PERL64_PATH = C:\Perl64
You can’t perform that action at this time.
0 commit comments