diff options
Diffstat (limited to 'src/include/utils/index_selfuncs.h')
-rw-r--r-- | src/include/utils/index_selfuncs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/index_selfuncs.h b/src/include/utils/index_selfuncs.h index b81556d7a1e..2a15f5abf61 100644 --- a/src/include/utils/index_selfuncs.h +++ b/src/include/utils/index_selfuncs.h @@ -6,7 +6,7 @@ * * Note: this is split out of selfuncs.h mainly to avoid importing all of the * planner's data structures into the non-planner parts of the index AMs. - * If you make it depend on anything besides access/amapi.h, that's likely + * If you make it depend on anything besides access/indexam.h, that's likely * a mistake. * * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group @@ -19,7 +19,7 @@ #ifndef INDEX_SELFUNCS_H #define INDEX_SELFUNCS_H -#include "access/amapi.h" +#include "access/indexam.h" /* Functions in selfuncs.c */ extern void brincostestimate(struct PlannerInfo *root, |