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

Commitf155782

Browse files
committed
minor fixes
1 parent926b50b commitf155782

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ SET PG_MAJOR_VERSION=11
6161
SET PG_PATCH_VERSION=4
6262
SET PROBACKUP_EDITION=std
6363
SET GIT_PATH=https://git.postgrespro.ru/pgpro-dev/postgrespro.git
64-
SET GIT_BRANCH=PGPRO11_4_1
64+
SET GIT_BRANCH=PGPRO11_4_1

‎build/helpers/probackup.cmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
CALL%ROOT%\build\helpers\setvars.cmd
22

33
SETPROBACKUP_URL=https://github.com/postgrespro/pg_probackup/tarball/%PROBACKUP_VERSION%
4-
SETBIN_DIR=%BUILD_DIR%\pg_probackup_%PG_MAJOR_VERSION%_%PROBACKUP_VERSION%_%ARCH%
54
SETPRODUCT_NAME=""
65

76
IF%PROBACKUP_EDITION%== vanilla (
@@ -17,6 +16,8 @@ IF %PRODUCT_NAME% == "" (
1716
GOTO :ERROR
1817
)
1918

19+
SETBIN_DIR=%BUILD_DIR%\pg_probackup_%PROBACKUP_EDITION%_%PG_MAJOR_VERSION%_%PROBACKUP_VERSION%_%ARCH%
20+
2021
echo Download sources ...
2122

2223
rm -rf%BUILD_DIR%\pg_probackup||GOTO :ERROR

‎build/helpers/probackup_installer.cmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ CALL %ROOT%\build\helpers\setvars.cmd
33
echo.
44
echo Building PG_PROBACKUP Installer...
55

6-
SETBIN_DIR=%BUILD_DIR%\pg_probackup_%PG_MAJOR_VERSION%_%PROBACKUP_VERSION%_%ARCH%
76
SETWIXDIR=C:\Program Files (x86)\WiX Toolset v3.11\bin
87
SETPRODUCT_NAME=""
98

@@ -23,7 +22,7 @@ IF %PRODUCT_NAME% == "" (
2322
)
2423

2524
SETPG_REG_KEY=SOFTWARE\Postgres Professional\%ARCH%\%PRODUCT_NAME%\%PG_MAJOR_VERSION%\Installations\postgresql-%PG_MAJOR_VERSION%
26-
25+
SETBIN_DIR=%BUILD_DIR%\pg_probackup_%PROBACKUP_EDITION%_%PG_MAJOR_VERSION%_%PROBACKUP_VERSION%_%ARCH%
2726

2827
rm -rf%BUILD_DIR%\pg_probackup\installer||GOTO :ERROR
2928
MKDIR%BUILD_DIR%\pg_probackup\installer

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp