diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/tsearch/ts_public.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/tsearch/ts_public.h b/src/include/tsearch/ts_public.h index 5e3723fa8ec..b07e8d6cb54 100644 --- a/src/include/tsearch/ts_public.h +++ b/src/include/tsearch/ts_public.h @@ -6,7 +6,7 @@ * * Copyright (c) 1998-2008, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/tsearch/ts_public.h,v 1.10 2008/06/18 18:42:54 momjian Exp $ + * $PostgreSQL: pgsql/src/include/tsearch/ts_public.h,v 1.11 2008/10/17 18:05:19 teodor Exp $ * *------------------------------------------------------------------------- */ @@ -52,8 +52,10 @@ typedef struct int4 curwords; char *startsel; char *stopsel; + char *fragdelim; int2 startsellen; int2 stopsellen; + int2 fragdelimlen; } HeadlineParsedText; /* |
