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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user