Re: 10% drop in code line count in PG 17 - Mailing list pgsql-hackers

From Álvaro Herrera
Subject Re: 10% drop in code line count in PG 17
Date
Msg-id 202511192159.n422xy47gok2@alvherre.pgsql
Whole thread Raw
In response to Re: 10% drop in code line count in PG 17  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 2025-Nov-19, Tom Lane wrote:

> > No, I just followed the shell comment I wrote above the 'find' command
> > shown above:
> 
> >     # This script is used to compute the total number of "C" lines in the
> >     # release This should be run from the top of the Git tree after a 'make
> >     # distclean'
> 
> > And that tree has been built many times.  Should I change my procedure?
> 
> Does "git status --ignored" show any leftover junk files?

Maybe it'd be better to use `git ls-files` to create the list of files.

-- 
Álvaro Herrera               48°01'N 7°57'E  —  https://www.EnterpriseDB.com/
"But static content is just dynamic content that isn't moving!"
                http://smylers.hates-software.com/2007/08/15/fe244d0c.html



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: 10% drop in code line count in PG 17
Next
From: Álvaro Herrera
Date:
Subject: Re: Consistently use the XLogRecPtrIsInvalid() macro