|
|
|
@ -7,7 +7,7 @@ |
|
|
|
* |
|
|
|
* |
|
|
|
* |
|
|
|
* |
|
|
|
* IDENTIFICATION |
|
|
|
* IDENTIFICATION |
|
|
|
* $PostgreSQL: pgsql/src/backend/tsearch/ts_parse.c,v 1.12 2009/06/11 14:49:03 momjian Exp $ |
|
|
|
* $PostgreSQL: pgsql/src/backend/tsearch/ts_parse.c,v 1.12.2.1 2009/08/30 16:53:37 tgl Exp $ |
|
|
|
* |
|
|
|
* |
|
|
|
*------------------------------------------------------------------------- |
|
|
|
*------------------------------------------------------------------------- |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@ -102,7 +102,6 @@ LexizeAddLemm(LexizeData *ld, int type, char *lemm, int lenlemm) |
|
|
|
{ |
|
|
|
{ |
|
|
|
ParsedLex *newpl = (ParsedLex *) palloc(sizeof(ParsedLex)); |
|
|
|
ParsedLex *newpl = (ParsedLex *) palloc(sizeof(ParsedLex)); |
|
|
|
|
|
|
|
|
|
|
|
newpl = (ParsedLex *) palloc(sizeof(ParsedLex)); |
|
|
|
|
|
|
|
newpl->type = type; |
|
|
|
newpl->type = type; |
|
|
|
newpl->lemm = lemm; |
|
|
|
newpl->lemm = lemm; |
|
|
|
newpl->lenlemm = lenlemm; |
|
|
|
newpl->lenlemm = lenlemm; |
|
|
|
|