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

Commitffc2668

Browse files
committed
Merge branch 'PGPRO_DEV' ofhttps://github.com/postgrespro/pgwininstall into PGPRO_DEV
2 parents45c3818 +e1eec24 commitffc2668

File tree

3 files changed

+0
-24
lines changed

3 files changed

+0
-24
lines changed

‎build/helpers/postgres.cmd

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

190-
rem download and build pg_repack extension
191190
SETWGET=wget -N --no-check-certificate
192191

193-
setPG_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-
203192
rem download help sources
204193
CD /D%DOWNLOADS_DIR%
205194
SETDOCURL=http://repo.l.postgrespro.ru/doc

‎build/helpers/postgres_nsis_installer.cmd

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,6 @@ GOTO :NO_PGPRO_UPGRADE
142142
type 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-
154145
rem 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

‎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