summaryrefslogtreecommitdiff
path: root/src/include/access/genam.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/genam.h')
-rw-r--r--src/include/access/genam.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/access/genam.h b/src/include/access/genam.h
index 81907d55667..8b9a3a07744 100644
--- a/src/include/access/genam.h
+++ b/src/include/access/genam.h
@@ -112,6 +112,13 @@ typedef enum IndexUniqueCheck
} IndexUniqueCheck;
+/* Nullable "ORDER BY col op const" distance */
+typedef struct IndexOrderByDistance
+{
+ double value;
+ bool isnull;
+} IndexOrderByDistance;
+
/*
* generalized index_ interface routines (in indexam.c)
*/