summaryrefslogtreecommitdiff
path: root/src/tools/msvc/clean.bat
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2007-11-13 22:49:47 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2007-11-13 22:49:47 +0000
commit07c23731f21122fd6796be83707c1ce21299a3f0 (patch)
tree0633956085bfb1b217dea6be9863d40713342d5e /src/tools/msvc/clean.bat
parent4394c1b09c0e85984668d60428acb8f0590cbf42 (diff)
downloadpostgresql-07c23731f21122fd6796be83707c1ce21299a3f0.tar.gz
contrib/tsearch2 need not be special-cased any longer.
Diffstat (limited to 'src/tools/msvc/clean.bat')
-rwxr-xr-xsrc/tools/msvc/clean.bat5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/tools/msvc/clean.bat b/src/tools/msvc/clean.bat
index ef43ea6444..d9d99d88db 100755
--- a/src/tools/msvc/clean.bat
+++ b/src/tools/msvc/clean.bat
@@ -1,5 +1,5 @@
@echo off
-REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.7 2007/10/03 13:43:24 mha Exp $
+REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.8 2007/11/13 22:49:47 tgl Exp $
set D=%CD%
if exist ..\msvc if exist ..\..\..\src cd ..\..\..
@@ -57,9 +57,6 @@ call :del src\test\regress\regress.dll
REM Clean up datafiles built with contrib
cd contrib
for /r %%f in (*.sql) do if exist %%f.in del %%f
-REM Clean up tsearch2 which uses inconsistent names
-call :del tsearch2\tsearch2.sql
-call :del tsearch2\uninstall_tsearch2.sql
cd %D%