]> granicus.if.org Git - postgresql/blobdiff - contrib/btree_gist/btree_utils_num.h
Phase 2 of pgindent updates.
[postgresql] / contrib / btree_gist / btree_utils_num.h
index 8aab19396c494075162cf296922143b306a95c6b..17561fa9e4ef888a8e459a0c0330e0044a7e8c5f 100644 (file)
@@ -42,13 +42,13 @@ typedef struct
 
        /* Methods */
 
-       bool            (*f_gt) (const void *, const void *, FmgrInfo *);               /* greater than */
-       bool            (*f_ge) (const void *, const void *, FmgrInfo *);               /* greater or equal */
-       bool            (*f_eq) (const void *, const void *, FmgrInfo *);               /* equal */
-       bool            (*f_le) (const void *, const void *, FmgrInfo *);               /* less or equal */
-       bool            (*f_lt) (const void *, const void *, FmgrInfo *);               /* less than */
-       int                     (*f_cmp) (const void *, const void *, FmgrInfo *);              /* key compare function */
-       float8          (*f_dist) (const void *, const void *, FmgrInfo *);             /* key distance function */
+       bool            (*f_gt) (const void *, const void *, FmgrInfo *);       /* greater than */
+       bool            (*f_ge) (const void *, const void *, FmgrInfo *);       /* greater or equal */
+       bool            (*f_eq) (const void *, const void *, FmgrInfo *);       /* equal */
+       bool            (*f_le) (const void *, const void *, FmgrInfo *);       /* less or equal */
+       bool            (*f_lt) (const void *, const void *, FmgrInfo *);       /* less than */
+       int                     (*f_cmp) (const void *, const void *, FmgrInfo *);      /* key compare function */
+       float8          (*f_dist) (const void *, const void *, FmgrInfo *); /* key distance function */
 } gbtree_ninfo;