Skip to content

Commit 07c2373

Browse files
committed
contrib/tsearch2 need not be special-cased any longer.
1 parent 4394c1b commit 07c2373

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

src/tools/msvc/Mkvcbuild.pm

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Mkvcbuild;
33
#
44
# Package that generates build files for msvc build
55
#
6-
# $PostgreSQL: pgsql/src/tools/msvc/Mkvcbuild.pm,v 1.23 2007/10/13 23:22:46 tgl Exp $
6+
# $PostgreSQL: pgsql/src/tools/msvc/Mkvcbuild.pm,v 1.24 2007/11/13 22:49:47 tgl Exp $
77
#
88
use Carp;
99
use Win32;
@@ -468,9 +468,6 @@ sub GenerateContribSqlFiles
468468
my $in = "$d.in";
469469
my $out = "$d";
470470

471-
# tsearch2 uses inconsistent naming
472-
$in = "tsearch.sql.in" if ($in eq "tsearch2.sql.in");
473-
$in = "untsearch.sql.in" if ($in eq "uninstall_tsearch2.sql.in");
474471
if (Solution::IsNewer("contrib/$n/$out", "contrib/$n/$in"))
475472
{
476473
print "Building $out from $in (contrib/$n)...\n";

src/tools/msvc/clean.bat

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
2-
REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.7 2007/10/03 13:43:24 mha Exp $
2+
REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.8 2007/11/13 22:49:47 tgl Exp $
33

44
set D=%CD%
55
if exist ..\msvc if exist ..\..\..\src cd ..\..\..
@@ -57,9 +57,6 @@ call :del src\test\regress\regress.dll
5757
REM Clean up datafiles built with contrib
5858
cd contrib
5959
for /r %%f in (*.sql) do if exist %%f.in del %%f
60-
REM Clean up tsearch2 which uses inconsistent names
61-
call :del tsearch2\tsearch2.sql
62-
call :del tsearch2\uninstall_tsearch2.sql
6360

6461
cd %D%
6562

src/tools/msvc/vcregress.pl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# -*-perl-*- hey - emacs - this is a perl file
33

4-
# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.5 2007/10/03 11:34:11 mha Exp $
4+
# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.6 2007/11/13 22:49:47 tgl Exp $
55

66
use strict;
77

@@ -188,7 +188,6 @@ sub contribcheck
188188
my $mstat = 0;
189189
foreach my $module (glob("*"))
190190
{
191-
next if $module eq 'tsearch2';
192191
next unless -d "$module/sql" &&
193192
-d "$module/expected" &&
194193
(-f "$module/Makefile" || -f "$module/GNUmakefile");

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy