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/backend/executor/nodeIndexonlyscan.c | |
parent | 4ba4bfaf256c17fe4c8f497924b74eb98241b84f (diff) | |
download | postgresql-7854e07f25be3a3dfa9c94011a30767eca3c10ba.tar.gz postgresql-7854e07f25be3a3dfa9c94011a30767eca3c10ba.zip |
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/backend/executor/nodeIndexonlyscan.c')
-rw-r--r-- | src/backend/executor/nodeIndexonlyscan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/nodeIndexonlyscan.c b/src/backend/executor/nodeIndexonlyscan.c index a4ea390d2bf..784486f0c80 100644 --- a/src/backend/executor/nodeIndexonlyscan.c +++ b/src/backend/executor/nodeIndexonlyscan.c @@ -30,7 +30,7 @@ */ #include "postgres.h" -#include "access/indexgenam.h" +#include "access/genam.h" #include "access/relscan.h" #include "access/tableam.h" #include "access/tupdesc.h" |