Tom Lane wrote:
Removed Files:
-------------
    pgsql/contrib/spi:
        README.spi
        
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/spi/README.spi)

Don't try to install a missing file ;) Install.pm needs an update, see attached .diff

Best,
-Hannes


Index: src/tools/msvc/Install.pm
===================================================================
--- src/tools/msvc/Install.pm	(revision 404)
+++ src/tools/msvc/Install.pm	(working copy)
@@ -339,7 +339,7 @@
 
             # Special case for contrib/spi
             $flist =
-"README.spi autoinc.example insert_username.example moddatetime.example refint.example timetravel.example"
+"autoinc.example insert_username.example moddatetime.example refint.example timetravel.example"
               if ($d eq 'spi');
             foreach my $f (split /\s+/,$flist)
             {
---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to