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

Commit03263bf

Browse files
committed
Don't forget to add ./bin/pg_repack.exe to the pattern list of Enterprise
1 parent78270a1 commit03263bf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎build/helpers/postgres_nsis_installer.cmd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,15 @@ 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+
145154
rem expand pattern lists to actual file lists
146155
%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
147156

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp