Skip to content

Commit 2983e71

Browse files
committed
PGPRO-1256: remove symbols of test_* extensions from installer
1 parent 3282187 commit 2983e71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/helpers/postgres.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ PATH %PATH%;%DEPENDENCIES_BIN_DIR%\libintl\lib;%DEPENDENCIES_BIN_DIR%\iconv\lib
104104
REM remove test_* extensions after install
105105
rm -rf %BUILD_UDIR%/distr_%ARCH%_%PGVER%/postgresql/share/extension/test_* || GOTO :ERROR
106106
rm -rf %BUILD_UDIR%/distr_%ARCH%_%PGVER%/postgresql/lib/test_* || GOTO :ERROR
107+
rm -rf %BUILD_UDIR%/distr_%ARCH%_%PGVER%/postgresql/symbols/test_* || GOTO :ERROR
107108

108109
REM remove python3 extensions
109110
rm -rf %BUILD_UDIR%/distr_%ARCH%_%PGVER%/postgresql/share/extension/*python3* || GOTO :ERROR

0 commit comments

Comments
 (0)