diff options
Diffstat (limited to 'src/include/access/genam.h')
-rw-r--r-- | src/include/access/genam.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/access/genam.h b/src/include/access/genam.h index a3087956654..b071cedd44b 100644 --- a/src/include/access/genam.h +++ b/src/include/access/genam.h @@ -139,6 +139,7 @@ typedef struct IndexOrderByDistance #define IndexScanIsValid(scan) PointerIsValid(scan) extern Relation index_open(Oid relationId, LOCKMODE lockmode); +extern Relation try_index_open(Oid relationId, LOCKMODE lockmode); extern void index_close(Relation relation, LOCKMODE lockmode); extern bool index_insert(Relation indexRelation, |