diff options
author | Michael Paquier <michael@paquier.xyz> | 2019-12-27 08:09:00 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2019-12-27 08:09:00 +0900 |
commit | 7854e07f25be3a3dfa9c94011a30767eca3c10ba (patch) | |
tree | 8ce33a49ebdec40bcccd7892f5106fa9e53989b4 /src/include/access/gist_private.h | |
parent | 4ba4bfaf256c17fe4c8f497924b74eb98241b84f (diff) |
Revert "Rename files and headers related to index AM"
This follows multiple complains from Peter Geoghegan, Andres Freund and
Alvaro Herrera that this issue ought to be dug more before actually
happening, if it happens.
Discussion: https://postgr.es/m/20191226144606.GA5659@alvherre.pgsql
Diffstat (limited to 'src/include/access/gist_private.h')
-rw-r--r-- | src/include/access/gist_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/gist_private.h b/src/include/access/gist_private.h index b89107d09ef..a409975db16 100644 --- a/src/include/access/gist_private.h +++ b/src/include/access/gist_private.h @@ -14,14 +14,14 @@ #ifndef GIST_PRIVATE_H #define GIST_PRIVATE_H +#include "access/amapi.h" #include "access/gist.h" -#include "access/indexam.h" -#include "access/indexgenam.h" #include "access/itup.h" #include "lib/pairingheap.h" #include "storage/bufmgr.h" #include "storage/buffile.h" #include "utils/hsearch.h" +#include "access/genam.h" /* * Maximum number of "halves" a page can be split into in one operation. |