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

From teodor@postgresql.org (Teodor Sigaev)
Subject pgsql: Resort tsvector's lexemes in tsvectorrecv instead of emmiting an
Date
Msg-id 20090521200936.9E69975331D@cvs.postgresql.org
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: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Removed comparison of unsigned expression < 0.
Next
From: itagaki@pgfoundry.org (User Itagaki)
Date:
Subject: pgbulkload - pgbulkload: Fix direct loader when 1GB or more data loaded.