> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Andrew Dunstan
> Sent: 02 June 2006 03:31
> To: [EMAIL PROTECTED]
> Cc: pgsql-hackers@postgresql.org
> Subject: Re: [HACKERS] 'CVS-Unknown' buildfarm failures?
> 
> cvs-unknown means there are unknown files in the repo:
> 
>    my $unknown_files = grep {/^\?/ } @cvslog;
> ...
>    send_result('CVS-Unknown',$unknown_files,[EMAIL PROTECTED])
>      if ($unknown_files);
> 
> This is almost always a case of operator error. buildfarm 
> only ever builds
> in a copy of the repo, not in the permanent repo itself, so 
> there should
> NEVER be any file there which does not come from CVS. I have 
> repeatedly
> advised buildfarm member owners not to build by hand in the 
> buildfarm repos.
>  Not everybody listens, apparently.

The owner of snake can guarantee that that is not the case - that box is
not used for *anything* other than the buildfarm and hasn't even been
logged into for weeks, if not months.

The failures come and go, so I have to suspect something other than
operator error.

Regards, Dave

---------------------------(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

Reply via email to