8000
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.
1 parent 6ca2f84 commit 8aa318cCopy full SHA for 8aa318c
src/tools/msvc/Install.pm
@@ -3,7 +3,7 @@ package Install;
3
#
4
# Package that provides 'make install' functionality for msvc builds
5
6
-# $PostgreSQL: pgsql/src/tools/msvc/Install.pm,v 1.25 2007/10/23 20:46:12 tgl Exp $
+# $PostgreSQL: pgsql/src/tools/msvc/Install.pm,v 1.26 2007/12/03 15:42:58 mha Exp $
7
8
use strict;
9
use warnings;
@@ -339,7 +339,7 @@ sub CopyContribFiles
339
340
# Special case for contrib/spi
341
$flist =
342
-"README.spi autoinc.example insert_username.example moddatetime.example refint.example timetravel.example"
+"autoinc.example insert_username.example moddatetime.example refint.example timetravel.example"
343
if ($d eq 'spi');
344
foreach my $f (split /\s+/,$flist)
345
{
0 commit comments