Re: Now 376175 lines of code - Mailing list pgsql-hackers

From Ross J. Reedstrom
Subject Re: Now 376175 lines of code
Date
Msg-id 20001020125631.D22489@rice.edu
Whole thread Raw
In response to Re: Now 376175 lines of code  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Now 376175 lines of code  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
On Fri, Oct 20, 2000 at 01:30:25PM -0400, Bruce Momjian wrote:
> I compute the code count with:
> 
>     find . -name \*.[chyl] | xargs cat| wc -l

Right, that solves the problem others might be seeing, with the command
line getting expanded and silently chopped off. For example, no one
seems to have commented on the -8% of inline comments reported by
Peter's c_count! Funny math, indeed.

Ross
-- 
Open source code is like a natural resource, it's the result of providing
food and sunshine to programmers, and then staying out of their way.
[...] [It] is not going away because it has utility for both the developers 
and users independent of economic motivations.  Jim Flynn, Sunnyvale, Calif.


pgsql-hackers by date:

Previous
From: Karel Zak
Date:
Subject: Re: Now 376175 lines of code
Next
From: Stephan Szabo
Date:
Subject: Re: is there a way to DROP foreign key constraint ?