Re: moving some code out of explain.c - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: moving some code out of explain.c
Date
Msg-id CAH2-WznYXawv+xp4naJ+y9BUOv171kpVw9icnEcN64PPK7ryYw@mail.gmail.com
Whole thread Raw
List pgsql-hackers
On Tue, Feb 18, 2025 at 1:04 PM Robert Haas <robertmhaas@gmail.com> wrote:
> I think in cases like this there is a tendency to want to achieve an
> even split of the original file, but in practice I think that tends
> not to be difficult to achieve. These two patches combined move about
> 1000 lines of code into separate files, which I think is actually
> quite a good result for a refactoring of this sort. We might want to
> split it up even more, but I don't feel like that has to be done in
> the first set of patches or that all such patches have to come from
> me. So I propose to do just this much for now.
>
> Comments?

Seems like a good idea to me.

--
Peter Geoghegan



pgsql-hackers by date:

Previous
From: "Devulapalli, Raghuveer"
Date:
Subject: RE: Improve CRC32C performance on SSE4.2
Next
From: Robert Haas
Date:
Subject: Re: Clarification on Role Access Rights to Table Indexes