Re: [HACKERS] Now 376175 lines of code

2000-10-21 Thread Gunnar R|nning
Bruce Momjian [EMAIL PROTECTED] writes: I just counted lines, not line content. Not sure which is more meaningful. Our comments are as important as the code, sometimes, though they do not add functionality to the application. I am not inclined to inflate numbers, but I am not sure the 59%

Re: [HACKERS] Now 376175 lines of code

2000-10-20 Thread Bruce Momjian
Bruce Momjian writes: FYI, it is 376k lines of C code, not bytes. How did you calculate that? I get this using c_count over all .c and .h files: 20903 lines had comments25.4 % 6603 comments are inline -8.0 % 11911 lines were blank 14.5 % 7287 lines

Re: [HACKERS] Now 376175 lines of code

2000-10-20 Thread Hannu Krosing
Peter Eisentraut wrote: Bruce Momjian writes: FYI, it is 376k lines of C code, not bytes. How did you calculate that? I get this using c_count over all .c and .h files: 20903 lines had comments25.4 % 6603 comments are inline -8.0 % 11911 lines were blank

Re: [HACKERS] Now 376175 lines of code

2000-10-20 Thread Karel Zak
On Fri, 20 Oct 2000, Hannu Krosing wrote: Peter Eisentraut wrote: Bruce Momjian writes: FYI, it is 376k lines of C code, not bytes. How did you calculate that? I get this using c_count over all .c and .h files: 20903 lines had comments25.4 % 6603 comments

Re: [HACKERS] Now 376175 lines of code

2000-10-20 Thread Ross J. Reedstrom
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

Re: [HACKERS] Now 376175 lines of code

2000-10-19 Thread Bruce Momjian
Never mind. I see I ran it already on 7.0 and got 376k. You used my idential script to get these numbers. I will use your nice numbers for a presentation at the show in two weeks. Thanks a lot. On Thu, May 11, 2000 at 01:45:31AM -0400, Tom Lane wrote: Bruce Momjian [EMAIL PROTECTED]

Re: [HACKERS] Now 376175 lines of code

2000-10-19 Thread Bruce Momjian
expressed in this e-mail may not be neccessarily the views of SOPAC. -Original Message- From: Bruce Momjian [mailto:[EMAIL PROTECTED]] Sent: Friday, October 20, 2000 1:03 PM To: Ross J. Reedstrom Cc: Tom Lane; PostgreSQL-development Subject: Re: [HACKERS] Now 376175 lines of code