Re: Now 376175 lines of code

Поиск
Список
Период
Сортировка
От Ross J. Reedstrom
Тема Re: Now 376175 lines of code
Дата
Msg-id 20001020125631.D22489@rice.edu
обсуждение исходный текст
Ответ на Re: Now 376175 lines of code  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Now 376175 lines of code  (Peter Eisentraut <peter_e@gmx.net>)
Список 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 по дате отправления:

Предыдущее
От: Karel Zak
Дата:
Сообщение: Re: Now 376175 lines of code
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: is there a way to DROP foreign key constraint ?