Skip to content

Commit 42d2f48

Browse files
committed
Removed pg_repack from pgwininstall
1 parent faecf82 commit 42d2f48

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

build/helpers/postgres.cmd

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -185,19 +185,8 @@ rem Copy msys shell and sed
185185
CD /D %BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql\bin
186186
if exist pgpro_upgrade 7z x %DOWNLOADS_DIR%\min_msys_%ARCH%.zip
187187

188-
rem download and build pg_repack extension
189188
SET WGET=wget -N --no-check-certificate
190189

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-
201190
rem download help sources
202191
CD /D %DOWNLOADS_DIR%
203192
SET DOCURL=http://repo.l.postgrespro.ru/doc

build/helpers/setvars.cmd

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ SET WXWIDGETS_VER=3.0.2
1010
SET EDITLINE_VER=2.205
1111
SET 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-
1713
REM Path vars
1814
SET PERL32_PATH=C:\Perl
1915
SET PERL64_PATH=C:\Perl64

0 commit comments

Comments
 (0)