Make array_to_tsvector() sort and de-duplicate the given strings. This is required for the result to be a legal tsvector value. Noted while fooling with Andreas Seltenreich's ts_delete() crash.
Discussion: <[email protected]> Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/f10eab73df2b94c860dea4a906c54e3c903f42e2 Modified Files -------------- doc/src/sgml/func.sgml | 2 +- src/backend/utils/adt/tsvector_op.c | 49 ++++++++++++++++++++++++++++++----- src/test/regress/expected/tstypes.out | 7 +++++ src/test/regress/sql/tstypes.sql | 2 ++ 4 files changed, 52 insertions(+), 8 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
