summaryrefslogtreecommitdiff
path: root/contrib/tsearch/query.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tsearch/query.h')
-rw-r--r--contrib/tsearch/query.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tsearch/query.h b/contrib/tsearch/query.h
index 4b3664b2ae..6d55f6b411 100644
--- a/contrib/tsearch/query.h
+++ b/contrib/tsearch/query.h
@@ -17,7 +17,7 @@ typedef struct ITEM
/* user-friendly value */
uint16 distance;
uint16 length;
-} ITEM;
+} ITEM;
/*
*Storage:
@@ -28,7 +28,7 @@ typedef struct
int4 len;
int4 size;
char data[1];
-} QUERYTYPE;
+} QUERYTYPE;
#define HDRSIZEQT ( 2*sizeof(int4) )
#define COMPUTESIZE(size,lenofoperand) ( HDRSIZEQT + size * sizeof(ITEM) + lenofoperand )