Re: missing $PostgreSQL:$ - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: missing $PostgreSQL:$
Date
Msg-id 482E0932.6000004@dunslane.net
Whole thread Raw
In response to Re: missing $PostgreSQL:$  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: missing $PostgreSQL:$  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: missing $PostgreSQL:$  ("Marko Kreen" <markokr@gmail.com>)
List pgsql-hackers

Tom Lane wrote:
> Andrew Dunstan <andrew@dunslane.net> writes:
>   
>> second pass. There are 130 files in this list. Offhand I'd say the vast 
>> majority should have markers.
>>     
>
> Yeah, that list looks reasonably sane.  The main thing I was worried
> about was not plastering PostgreSQL markers on files that are simply
> imported from an upstream source, like the zic database and the
> libstemmer files.
>
>
>   

The following files have markers from upstream systems. I'm not sure 
that means we don't want to add $PostgreSQL$ markers, though. Thoughts?

./src/port/strlcat.c:/* $OpenBSD: strlcat.c,v 1.13 2005/08/08 08:05:37 
espie Exp $      */
./src/backend/port/darwin/system.c: * $FreeBSD: 
src/lib/libc/stdlib/system.c,v 1.6 2000/03/16 02:14:41 jasone Exp $
./contrib/pgcrypto/rijndael.h:/*        $OpenBSD: rijndael.h,v 1.3 
2001/05/09 23:01:32 markus Exp $ */

cheers

andrew




pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: [GSoC08]some detail plan of improving hash index
Next
From: Tom Lane
Date:
Subject: Re: [PATCHES] TRUNCATE TABLE with IDENTITY