Resurrect the code for the rewrite(ARRAY[...]) aggregate function,
Tom Lane <tgl@sss.pgh.pa.us>
Resurrect the code for the rewrite(ARRAY[...]) aggregate function, and put it into contrib/tsearch2 compatibility module.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/tsearch2/expected/tsearch2.out | modified | +90 −0 |
| contrib/tsearch2/sql/tsearch2.sql | modified | +17 −1 |
| contrib/tsearch2/tsearch2.c | modified | +137 −20 |
| contrib/tsearch2/tsearch2.sql.in | modified | +4 −4 |
| src/backend/utils/adt/tsquery_rewrite.c | modified | +2 −2 |
| src/include/tsearch/ts_utils.h | modified | +3 −1 |