1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-18 02:02:55 +03:00

Even more duplicate word removal, in the spirit of the season

This commit is contained in:
Peter Eisentraut
2012-05-02 20:14:39 +03:00
parent 0038110421
commit e9605a039b
3 changed files with 4 additions and 4 deletions

View File

@@ -2508,7 +2508,7 @@ prsd_headline(PG_FUNCTION_ARGS)
List *prsoptions = (List *) PG_GETARG_POINTER(1);
TSQuery query = PG_GETARG_TSQUERY(2);
/* from opt + start and and tag */
/* from opt + start and end tag */
int min_words = 15;
int max_words = 35;
int shortword = 3;