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-Wzm_sg5q+a6i2hrUHtEmtm1VeVFee_ECLaeB=61MXg1xxQ@mail.gmail.com
Whole thread Raw
In response to Re: moving some code out of explain.c  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On Thu, Feb 27, 2025 at 1:24 PM Robert Haas <robertmhaas@gmail.com> wrote:
> Thanks for the quick response! I have committed these patches.

I recently did something similar myself when I moved all of the nbtree
preprocessing code into its own file.

The obvious downside is that it tends to make "git blame" much less
useful. It was definitely worth it, though.

--
Peter Geoghegan



pgsql-hackers by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Improve documentation regarding custom settings, placeholders, and the administrative functions
Next
From: Peter Geoghegan
Date:
Subject: Re: Showing primitive index scan count in EXPLAIN ANALYZE (for skip scan and SAOP scans)