Re: Should we rename amapi.h and amapi.c?
Fabien COELHO <coelho@cri.ensmp.fr>
From: Fabien COELHO <coelho@cri.ensmp.fr>
To: Michael Paquier <michael@paquier.xyz>
Cc: Ashwin Agrawal <aagrawal@pivotal.io>,
Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-12-24T13:22:22Z
Lists: pgsql-hackers
Bonjour Michaël, > the syscache mainly, so instead the attached patch does the following > changes: > - amapi.h -> indexam.h > - amapi.c -> indexamapi.c. Here we have an equivalent in access/table/ > as tableamapi.c. > - amvalidate.c -> indexamvalidate.c > - amvalidate.h -> indexamvalidate.h > - genam.c -> indexgenam.c > Patch applies cleanly, compiles, make check-world ok. The change does not attempt to keep included files in ab order. Should it do that, or is it fixed later by some reindentation phase? -- Fabien.
Commits
-
Rename files and headers related to index AM
- 8ce3aa9b5914 13.0 landed