CVS tags - Mailing list pgsql-hackers

From Jim C. Nasby
Subject CVS tags
Date
Msg-id 20060417191920.GM49405@pervasive.com
Whole thread Raw
Responses Re: CVS tags  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I finally got around to looking at adding $PostgreSQL$ tags to all files
in the repository. To see what I was looking at, I ran the following on
a clean checkout:

find . -type f ! -path \*/CVS\* ! -exec grep -q '$PostgreSQL: pgsql' {} \; -print

The results are at http://jim.nasby.net/no_cvs_tag.txt

Since we're talking about 1100 files here, many of which might need the
tag added manually, I'm wondering if I should break this into chunks
(ie: src, contrib, everything else) rather than submitting one huge
patch. Anyone care one way or another?
-- 
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Is full_page_writes=off safe in conjunction with PITR?
Next
From: Tom Lane
Date:
Subject: Re: CVS tags