Re: missing $PostgreSQL:$

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Bruce Momjian <bruce(at)momjian(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: missing $PostgreSQL:$
Date: 2008-05-16 22:22:42
Message-ID: 482E0932.6000004@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Andrew Dunstan <andrew(at)dunslane(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-05-16 23:41:15 Re: [HACKERS] TRUNCATE TABLE with IDENTITY
Previous Message Merlin Moncure 2008-05-16 21:38:02 Re: libpq object hooks