Skip to content

Commit e1eec24

Browse files
committed
Removed pg_repack from pgwininstall #2
1 parent 42d2f48 commit e1eec24

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

build/helpers/postgres_nsis_installer.cmd

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

0 commit comments

Comments
 (0)