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

Поиск
Список
Период
Сортировка
От teodor@postgresql.org (Teodor Sigaev)
Тема pgsql: Resort tsvector's lexemes in tsvectorrecv instead of emmiting an
Дата
Msg-id 20090521200936.9E69975331D@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: meskes@postgresql.org (Michael Meskes)
Дата:
Сообщение: pgsql: Removed comparison of unsigned expression < 0.
Следующее
От: itagaki@pgfoundry.org (User Itagaki)
Дата:
Сообщение: pgbulkload - pgbulkload: Fix direct loader when 1GB or more data loaded.