diff options
Diffstat (limited to 'src/include/access/amapi.h')
-rw-r--r-- | src/include/access/amapi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/access/amapi.h b/src/include/access/amapi.h index 17e652c61b0..35f1061b3a1 100644 --- a/src/include/access/amapi.h +++ b/src/include/access/amapi.h @@ -142,8 +142,6 @@ typedef struct IndexAmRoutine bool amclusterable; /* does AM handle predicate locks? */ bool ampredlocks; - /* does AM support columns included with clause INCLUDING? */ - bool amcaninclude; /* type of data stored in index, or InvalidOid if variable */ Oid amkeytype; |