pgsql: Resort tsvector's lexemes in tsvectorrecv instead of emmiting an - Mailing list pgsql-committers

From [email protected] (Teodor Sigaev)
Subject pgsql: Resort tsvector's lexemes in tsvectorrecv instead of emmiting an
Date
Msg-id [email protected]
Whole thread Raw
List 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 by date:

Previous
From: [email protected] (Michael Meskes)
Date:
Subject: pgsql: Removed comparison of unsigned expression < 0.
Next
From: [email protected] (User Itagaki)
Date:
Subject: pgbulkload - pgbulkload: Fix direct loader when 1GB or more data loaded.