Skip to content

Commit 03263bf

Browse files
committed
Don't forget to add ./bin/pg_repack.exe to the pattern list of Enterprise
1 parent 78270a1 commit 03263bf

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)