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/include/access/reloptions.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/[email protected]
Diffstat (limited to 'src/include/access/reloptions.h')
| -rw-r--r-- | src/include/access/reloptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/reloptions.h b/src/include/access/reloptions.h index e7abb411934..d21c513be4d 100644 --- a/src/include/access/reloptions.h +++ b/src/include/access/reloptions.h @@ -19,8 +19,8 @@ #ifndef RELOPTIONS_H #define RELOPTIONS_H +#include "access/amapi.h" #include "access/htup.h" -#include "access/indexam.h" #include "access/tupdesc.h" #include "nodes/pg_list.h" #include "storage/lock.h" |
