pgsql: Fix crash of filter(tsvector) - Mailing list pgsql-committers

From Teodor Sigaev
Subject pgsql: Fix crash of filter(tsvector)
Date
Msg-id E1axyGJ-0001A4-7T@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix crash of filter(tsvector)

Variable storing a position of lexeme, had a wrong type: char, it's
obviously not enough to store 2^14 possible positions.

Stas Kelvich

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4bbc1a7ea351f235eb9a4475ceb17d7e37a36473

Modified Files
--------------
src/backend/utils/adt/tsvector_op.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Fix transient mdsync() errors of truncated relations due to 72a9
Next
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Fix more typos