Re: Now 376175 lines of code

From: "Ross J(dot) Reedstrom" <reedstrm(at)rice(dot)edu>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Now 376175 lines of code
Date: 2000-10-20 17:56:32
Message-ID: 20001020125631.D22489@rice.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephan Szabo 2000-10-20 17:59:55 Re: is there a way to DROP foreign key constraint ?
Previous Message Karel Zak 2000-10-20 17:53:41 Re: Re: [HACKERS] to_char() dumps core