This is a discussion on pgsql: Add script to find .c and .h files that are missing CVS within the pgsql Committers forums, part of the PostgreSQL category; --> Log Message: ----------- Add script to find .c and .h files that are missing CVS PostgreSQL markers and add ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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...-cvsweb-markup) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/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 -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/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 -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers |
| Thread Tools | |
| Display Modes | |
|
|