Re: pgsql: Rename files and headers related to index AM
Tom Lane <[email protected]> Sat, 28 Dec 2019 11:32:26 -0500
| Newsgroups | gmane.comp.db.postgresql.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Andres Freund <[email protected]> writes: > On 2019-12-27 08:20:17 +0900, Michael Paquier wrote: >> Hm, I am not sure that it is actually that much used, such stuff is >> very specialized. > That's true for some of this, but e.g. genam.h is pretty widely > included. I mean, you had to adapt like 100+ files and while like 30 or > so of those are in implementation details of individual indexes, the > rest is not. This may suggest that we should think about an actual refactoring, rather than just mechanical renaming. Do these results mean that we've allowed index API details to bleed into the wrong places? (Probably ought to take this thread to -hackers if anyone wants to discuss that.) regards, tom lane