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

Commit8aa318c

Browse files
committed
Don't try to install README.spi
Hannes Eder
1 parent6ca2f84 commit8aa318c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/tools/msvc/Install.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Install;
33
#
44
# Package that provides 'make install' functionality for msvc builds
55
#
6-
# $PostgreSQL: pgsql/src/tools/msvc/Install.pm,v 1.25 2007/10/23 20:46:12 tgl Exp $
6+
# $PostgreSQL: pgsql/src/tools/msvc/Install.pm,v 1.26 2007/12/03 15:42:58 mha Exp $
77
#
88
use strict;
99
use warnings;
@@ -339,7 +339,7 @@ sub CopyContribFiles
339339

340340
# Special case for contrib/spi
341341
$flist =
342-
"README.spiautoinc.example insert_username.example moddatetime.example refint.example timetravel.example"
342+
"autoinc.example insert_username.example moddatetime.example refint.example timetravel.example"
343343
if ($deq'spi');
344344
foreachmy$f (split /\s+/,$flist)
345345
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp