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

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, 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 23:03:57
Message-ID: CAApHDvpnMOhVyct29VgbpJ5MeUyjZXtb6SyUiX_KjSRX1Yp0TQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 21 Nov 2025 at 10:26, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
>
> On Fri, Nov 21, 2025 at 10:16:56AM +1300, David Rowley wrote:
> > I think you need to keep the "top of the Git tree" comment as git
> > ls-files is context-based.
>
> Uh, the current file has this comment:

Oh. I misread the patch. Mistakenly thought you'd removed that entire
line. (I normally use a difftool, but didn't in this instance).

David

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Corey Huinker 2025-11-20 23:08:02 Re: Extended Statistics set/restore/clear functions.
Previous Message Nathan Bossart 2025-11-20 22:36:13 Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB barriers