Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f155782

Browse files
committed
minor fixes
1 parent 926b50b commit f155782

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Readme.md

+1-1
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

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

33
SET PROBACKUP_URL=https://github.com/postgrespro/pg_probackup/tarball/%PROBACKUP_VERSION%
4-
SET BIN_DIR=%BUILD_DIR%\pg_probackup_%PG_MAJOR_VERSION%_%PROBACKUP_VERSION%_%ARCH%
54
SET PRODUCT_NAME=""
65

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

19+
SET BIN_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

+1-2
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-
SET BIN_DIR=%BUILD_DIR%\pg_probackup_%PG_MAJOR_VERSION%_%PROBACKUP_VERSION%_%ARCH%
76
SET WIXDIR=C:\Program Files (x86)\WiX Toolset v3.11\bin
87
SET PRODUCT_NAME=""
98

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

2524
SET PG_REG_KEY=SOFTWARE\Postgres Professional\%ARCH%\%PRODUCT_NAME%\%PG_MAJOR_VERSION%\Installations\postgresql-%PG_MAJOR_VERSION%
26-
25+
SET BIN_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)