diff options
author | Michael Paquier | 2019-12-26 23:09:00 +0000 |
---|---|---|
committer | Michael Paquier | 2019-12-26 23:09:00 +0000 |
commit | 7854e07f25be3a3dfa9c94011a30767eca3c10ba (patch) | |
tree | 8ce33a49ebdec40bcccd7892f5106fa9e53989b4 /src/backend/bootstrap/bootstrap.c | |
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/[email protected]
Diffstat (limited to 'src/backend/bootstrap/bootstrap.c')
-rw-r--r-- | src/backend/bootstrap/bootstrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/bootstrap/bootstrap.c b/src/backend/bootstrap/bootstrap.c index 9dcb7b66d3c..8ea033610d6 100644 --- a/src/backend/bootstrap/bootstrap.c +++ b/src/backend/bootstrap/bootstrap.c @@ -17,9 +17,9 @@ #include <unistd.h> #include <signal.h> +#include "access/genam.h" #include "access/heapam.h" #include "access/htup_details.h" -#include "access/indexgenam.h" #include "access/tableam.h" #include "access/xact.h" #include "access/xlog_internal.h" |