pgsql: Add script to find .c and .h files that are missing CVS

From: adunstan(at)postgresql(dot)org (Andrew Dunstan)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add script to find .c and .h files that are missing CVS
Date: 2008-06-15 21:46:03
Message-ID: 20080615214603.0E16B754595@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add script to find .c and .h files that are missing CVS PostgreSQL markers
and add them. Avoids third party files or those that would cause regression
failures.

Added Files:
-----------
pgsql/src/tools:
add_cvs_markers (r1.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/add_cvs_markers?rev=1.1&content-type=text/x-cvsweb-markup)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-06-15 21:57:39 Re: pgsql: Add script to find .c and .h files that are missing CVS
Previous Message Tom Lane 2008-06-15 16:29:05 pgsql: Make DROP INDEX lock the parent table before locking the index.