Re: 10% drop in code line count in PG 17

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: 10% drop in code line count in PG 17
Date: 2025-11-20 09:38:49
Message-ID: B670EAA0-355F-4AE9-88C0-04EBE081BFF1@yesql.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 19 Nov 2025, at 20:59, Bruce Momjian <bruce(at)momjian(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Neil Chen 2025-11-20 09:44:07 Re: [PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement
Previous Message Christoph Berg 2025-11-20 09:31:59 Re: pg_utility ?