Обсуждение: pgsql: Resort tsvector's lexemes in tsvectorrecv instead of emmiting an

Поиск
Список
Период
Сортировка

pgsql: Resort tsvector's lexemes in tsvectorrecv instead of emmiting an

От
teodor@postgresql.org (Teodor Sigaev)
Дата:
Log Message:
-----------
Resort tsvector's lexemes in tsvectorrecv instead of emmiting an error.
Basically, it's needed to support binary dump from 8.3 because ordering rule
was changed.

Per discussion with Bruce.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        tsvector.c (r1.16 -> r1.17)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/tsvector.c?r1=1.16&r2=1.17)