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

Commite997a31

Browse files
committed
Added pg_probackup building
1 parent1b336b0 commite997a31

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

‎build/helpers/postgres.cmd

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ IF %ARCH% == X64 SET PERL5LIB=%PERL64_PATH%\lib;src\tools\msvc
9191

9292
%PERL_EXE% src\tools\msvc\build.pl||GOTO :ERROR
9393

94+
%PERL_EXE% contrib\pg_probackup\gen_probackup_project.pl||GOTO :ERROR
95+
96+
9497
rm -rf%BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql
9598
MKDIR%BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql
9699
CD /D%BUILD_DIR%\postgresql\*%PGVER%*\src\tools\msvc
@@ -115,6 +118,11 @@ rem now actually copy DLLs of dependencies into our bindir
115118

116119
SETDEPENDENCIES_BIN_DIR=%DEPENDENCIES_BIN_DIR:\=/%
117120

121+
SETPRO_BACKUP=%BUILD_DIR%\postgresql\*%PGVER%*\Release\pg_probackup\pg_probackup.exe
122+
SETPRO_BACKUP=%PRO_BACKUP:\=/%
123+
124+
cp -va%PRO_BACKUP%%BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql\bin||GOTO :ERROR
125+
118126
cp -va%DEPENDENCIES_BIN_DIR%/libintl/lib/*.dll%BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql\bin||GOTO :ERROR
119127
cp -va%DEPENDENCIES_BIN_DIR%/libintl/lib/*.lib%BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql\lib||GOTO :ERROR
120128
cp -va%DEPENDENCIES_BIN_DIR%/iconv/lib/*.dll%BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql\bin||GOTO :ERROR

‎nsis/server.files

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
./bin/postmaster.*
1515
./bin/pg_standby.*
1616
./bin/zic.*
17+
./bin/pg_probackup.*
1718
./doc/extension/*.example
1819
./doc/buildinfo.txt
1920
./lib/*.dll

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp