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

From Andrew Dunstan
Subject Re: pgsql: Add script to find .c and .h files that are missing CVS
Date
Msg-id 485591FD.9080408@dunslane.net
Whole thread Raw
In response to Re: pgsql: Add script to find .c and .h files that are missing CVS  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers

Tom Lane wrote:
> 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.
>
>

Yes, thanks, I've already fixed it. \x24 = $ seems to work.

cheers

andrew

pgsql-committers by date:

Previous
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Prevent CVS from mangling script
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Rewrite docs section about routine vacuuming --- it's gotten