aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/spgist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/spgist.h')
-rw-r--r--src/include/access/spgist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/spgist.h b/src/include/access/spgist.h
index fe31d32dbe9..480e38ad962 100644
--- a/src/include/access/spgist.h
+++ b/src/include/access/spgist.h
@@ -68,7 +68,7 @@ typedef enum spgChooseResultType
{
spgMatchNode = 1, /* descend into existing node */
spgAddNode, /* add a node to the inner tuple */
- spgSplitTuple /* split inner tuple (change its prefix) */
+ spgSplitTuple, /* split inner tuple (change its prefix) */
} spgChooseResultType;
typedef struct spgChooseOut