Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e827f commit fc0b9e7Copy full SHA for fc0b9e7
build/helpers/postgres.cmd
@@ -132,8 +132,8 @@ if "%PRODUCT_NAME%" == "PostgresProEnterprise" (
132
if not EXIST pg_repack-%PG_REPACK_VER%.tar.bz2 (
133
%WGET% %PG_REPACK_URL% || goto :ERROR
134
)
135
- CD /D %BUILDDIR%
136
- tar xf %DOWNLOADS_DIR%/pg_repack*.tar.bz2 || goto :ERROR
+ tar -cf pg_repack-%PG_REPACK_VER%.tar.bz2 -C %BUILD_UDIR%\postgresql || goto :ERROR
+ CD /D %BUILD_DIR%\postgresql
137
CD pg_repack-%PG_REPACK_VER%
138
perl win32build.pl %BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql
139
0 commit comments