Skip to content

Commit a4937ec

Browse files
committed
Removing test_plan_lru after build
1 parent 9b3a0f4 commit a4937ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/helpers/postgres.cmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ REM remove python3 extensions
112112
rm -rf %BUILD_UDIR%/distr_%ARCH%_%PGVER%/postgresql/share/extension/*python3* || GOTO :ERROR
113113
rm -rf %BUILD_UDIR%/distr_%ARCH%_%PGVER%/postgresql/lib/*python3* || GOTO :ERROR
114114

115+
REM remove test binaries
116+
rm -f %BUILD_UDIR%/distr_%ARCH%_%PGVER%/postgresql/bin/test_plan_lru.exe || GOTO :ERROR
117+
115118
IF EXIST ..\..\..\doc\buildinfo.txt COPY ..\..\..\doc\buildinfo.txt %BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql\doc
116119
rem now actually copy DLLs of dependencies into our bindir
117120

0 commit comments

Comments
 (0)