Re: pgsql: Add script to find .c and .h files that are missing CVS - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Add script to find .c and .h files that are missing CVS
Date
Msg-id 17197.1213567059@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Add script to find .c and .h files that are missing CVS  (adunstan@postgresql.org (Andrew Dunstan))
Responses Re: pgsql: Add script to find .c and .h files that are missing CVS
List pgsql-committers
adunstan@postgresql.org (Andrew Dunstan) writes:
> 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.

It rather looks like CVS broke that script for you.  You'll need to find
some way around having the string $PostgreSQL appear literally.  Maybe
throwing in a backslash or two would do the trick.

            regards, tom lane

pgsql-committers by date:

Previous
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Add script to find .c and .h files that are missing CVS
Next
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Prevent CVS from mangling script