Re: [PATCHES] [COMMITTERS] pgsql: Remove obsoleted README files.

2007-12-03 Thread Hannes Eder

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


Re: [PATCHES] [COMMITTERS] pgsql: Remove obsoleted README files.

2007-12-03 Thread Magnus Hagander
On Mon, Dec 03, 2007 at 04:31:42PM +0100, Hannes Eder wrote:
 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

Thanks, applied.

//Magnus

---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
   choose an index scan if your joining column's datatypes do not
   match


Re: [PATCHES] [COMMITTERS] pgsql: Remove obsoleted README files.

2007-12-03 Thread Tom Lane
Hannes Eder [EMAIL PROTECTED] writes:
 Don't try to install a missing file ;) Install.pm needs an update, see 
 attached .diff

Ooops :-(.  Looks like Magnus got to this mere seconds before I did.

regards, tom lane

---(end of broadcast)---
TIP 7: You can help support the PostgreSQL project by donating at

http://www.postgresql.org/about/donate