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

Commit30adbd5

Browse files
committed
WIP
1 parentdd4ce0e commit30adbd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎build/helpers/probackup_installer.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ SET PRODUCT_NAME=""
1010
IF%PROBACKUP_EDITION%== vanilla (
1111
SETPRODUCT_NAME=PostgreSQL
1212
SETPG_DEF_BRANDING=PostgreSQL%PG_MAJOR_VERSION%
13-
SETPG_REG_KEY=SOFTWARE\Postgres Professional\%ARCH%\%PRODUCT_NAME%\%PG_MAJOR_VERSION%\Installations\postgresql-%PG_MAJOR_VERSION%
1413
)
1514

1615
IF%PROBACKUP_EDITION%== std (
1716
SETPRODUCT_NAME=PostgresPro
1817
SETPG_DEF_BRANDING=PostgresPro%PG_MAJOR_VERSION%
19-
SETPG_REG_KEY=SOFTWARE\Postgres Professional\%ARCH%\%PRODUCT_NAME%\%PG_MAJOR_VERSION%\Installations\postgresql-%PG_MAJOR_VERSION%
2018
)
2119

2220
IF%PRODUCT_NAME%=="" (
2321
ECHO Invalid PROBACKUP_EDITION:%PROBACKUP_EDITION%
2422
GOTO :ERROR
2523
)
2624

25+
SETPG_REG_KEY=SOFTWARE\Postgres Professional\%ARCH%\%PRODUCT_NAME%\%PG_MAJOR_VERSION%\Installations\postgresql-%PG_MAJOR_VERSION%
26+
2727

2828
rm -rf%BUILD_DIR%\pg_probackup\installer||GOTO :ERROR
2929
MKDIR%BUILD_DIR%\pg_probackup\installer

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp