Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b9bf1e8

Browse files
committed
minor fix for postgres build
1 parent 3132ac5 commit b9bf1e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/helpers/postgres.cmd

+2
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ REM remove python3 extensions
150150
rm -rf %BUILD_UDIR%/distr_%ARCH%_%PGVER%/postgresql/share/extension/*python3* || GOTO :ERROR
151151
rm -rf %BUILD_UDIR%/distr_%ARCH%_%PGVER%/postgresql/lib/*python3* || GOTO :ERROR
152152

153+
GOTO :DONE
154+
153155
SET WGET=wget --no-check-certificate
154156

155157
rem download help sources

0 commit comments

Comments
 (0)