We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78270a1 commit 03263bfCopy full SHA for 03263bf
build/helpers/postgres_nsis_installer.cmd
@@ -142,6 +142,15 @@ GOTO :NO_PGPRO_UPGRADE
142
type pgpro_upgrade.files >> allserver.files
143
:NO_PGPRO_UPGRADE
144
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
154
rem expand pattern lists to actual file lists
155
%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
156
0 commit comments