Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit07c2373

Browse files
committed
contrib/tsearch2 need not be special-cased any longer.
1 parent4394c1b commit07c2373

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/1323: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 ($ineq"tsearch2.sql.in");
473-
$in ="untsearch.sql.in"if ($ineq"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
@echooff
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
setD=%CD%
55
ifexist ..\msvcifexist ..\..\..\srccd ..\..\..
@@ -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%%fin (*.sql)doifexist%%f.indel%%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
foreachmy$module (glob("*"))
190190
{
191-
nextif$moduleeq'tsearch2';
192191
nextunless-d"$module/sql" &&
193192
-d"$module/expected" &&
194193
(-f"$module/Makefile" ||-f"$module/GNUmakefile");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp