We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fee0d8 + a4937ec commit af3105fCopy full SHA for af3105f
build/helpers/postgres.cmd
@@ -112,6 +112,9 @@ REM remove python3 extensions
112
rm -rf %BUILD_UDIR%/distr_%ARCH%_%PGVER%/postgresql/share/extension/*python3* || GOTO :ERROR
113
rm -rf %BUILD_UDIR%/distr_%ARCH%_%PGVER%/postgresql/lib/*python3* || GOTO :ERROR
114
115
+REM remove test binaries
116
+rm -f %BUILD_UDIR%/distr_%ARCH%_%PGVER%/postgresql/bin/test_plan_lru.exe || GOTO :ERROR
117
+
118
IF EXIST ..\..\..\doc\buildinfo.txt COPY ..\..\..\doc\buildinfo.txt %BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql\doc
119
rem now actually copy DLLs of dependencies into our bindir
120
0 commit comments