Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit42d2f48

Browse files
committed
Removed pg_repack from pgwininstall
1 parentfaecf82 commit42d2f48

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
ifexist pgpro_upgrade 7z x%DOWNLOADS_DIR%\min_msys_%ARCH%.zip
187187

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

191-
setPG_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
SETDOCURL=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
SETEDITLINE_VER=2.205
1111
SETZSTD_RELEASE=1.1.0
1212

13-
SETPG_REPACK_VER=1.4.2
14-
IF"%PG_MAJOR_VERSION%"=="9.5"SETPG_REPACK_VER=1.3.4
15-
IF"%PG_MAJOR_VERSION%"=="11"SETPG_REPACK_VER=1.4.3
16-
1713
REM Path vars
1814
SETPERL32_PATH=C:\Perl
1915
SETPERL64_PATH=C:\Perl64

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp