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

From Daniel Gustafsson
Subject Re: 10% drop in code line count in PG 17
Date
Msg-id B670EAA0-355F-4AE9-88C0-04EBE081BFF1@yesql.se
Whole thread Raw
In response to 10% drop in code line count in PG 17  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
> On 19 Nov 2025, at 20:59, Bruce Momjian <bruce@momjian.us> wrote:

> While working on a talk, I studied the number of code line changes in
> each major release,

This script will only pick up C, but will pick up C in src/test but not any
Perl code using the C modules in src/test etc.  These days we also have C++ and
some Python in the tree.  Maybe it's time to revise it for todays codebase
which is quite different from when it was written 20 years ago?

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: Christoph Berg
Date:
Subject: Re: pg_utility ?
Next
From: Neil Chen
Date:
Subject: Re: [PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement