Should we rename amapi.h and amapi.c?
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-12-23T05:34:34Z
Lists: pgsql-hackers
Hi all, I was working on some stuff for table AMs, and I got to wonder it we had better rename amapi.h to indexam.h and amapi.c to indexam.c, so as things are more consistent with table AM. It is a bit annoying to name the files dedicated to index AMs with what looks like now a too generic name. That would require switching a couple of header files for existing module developers, which is always annoying, but the move makes sense thinking long-term? Any thoughts? -- Michael
Commits
-
Rename files and headers related to index AM
- 8ce3aa9b5914 13.0 landed