Thread: pgsql-server/contrib/tsearch2 tsearch.sql.in t ...

pgsql-server/contrib/tsearch2 tsearch.sql.in t ...

From
teodor@svr1.postgresql.org (Teodor Sigaev)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    teodor@svr1.postgresql.org    04/03/25 12:56:10

Modified files:
    contrib/tsearch2: tsearch.sql.in tsvector.c
    contrib/tsearch2/expected: tsearch2.out
    contrib/tsearch2/sql: tsearch2.sql

Log message:
    1 Minimize memory allocation for void (but not null) value.
    2 Add silly ordering for ts_vector to aim grouping, union, except etc. Don't use BTree opclass (tsvector_ops).