Re: tsvector filter problem

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Stas Kelvich <s(dot)kelvich(at)postgrespro(dot)ru>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: tsvector filter problem
Date: 2016-05-04 15:00:24
Message-ID: 572A0E88.4050704@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thank you, pushed.

Stas Kelvich wrote:
> Hi.
>
> As discovered by Oleg Bartunov, current filter() function for tsvector can crash backend.
> Bug was caused erroneous usage of char type in memmove argument.
>
>
>
>
>
>
>

--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2016-05-04 15:01:09 Re: Segmentation fault when max_parallel degree is very High
Previous Message Tom Lane 2016-05-04 14:58:30 Re: Make PG's "NOT NULL"s and attnotnull ("is_nullable") conform to SQL-2011