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/statistics | |
| 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/backend/statistics')
| -rw-r--r-- | src/backend/statistics/extended_stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/statistics/extended_stats.c b/src/backend/statistics/extended_stats.c index 98b70760adc..9d339433f65 100644 --- a/src/backend/statistics/extended_stats.c +++ b/src/backend/statistics/extended_stats.c @@ -17,8 +17,8 @@ #include "postgres.h" #include "access/detoast.h" +#include "access/genam.h" #include "access/htup_details.h" -#include "access/indexgenam.h" #include "access/table.h" #include "catalog/indexing.h" #include "catalog/pg_collation.h" |
