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
187
187
CD /D %BUILD_DIR% \distr_%ARCH% _%PGVER% \postgresql\bin
188
188
if exist pgpro_upgrade 7z x %DOWNLOADS_DIR% \min_msys_%ARCH% .zip
189
189
190
- rem download and build pg_repack extension
191
190
SET WGET = wget -N --no-check-certificate
192
191
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
-
203
192
rem download help sources
204
193
CD /D %DOWNLOADS_DIR%
205
194
SET 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
142
142
type pgpro_upgrade.files >> allserver.files
143
143
:NO_PGPRO_UPGRADE
144
144
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
-
154
145
rem expand pattern lists to actual file lists
155
146
%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
156
147
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