Re: pgsql: Fix memory arrangement of tsquery after removing stop words.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Teodor Sigaev <teodor(at)sigaev(dot)ru>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Fix memory arrangement of tsquery after removing stop words.
Date: 2008-03-08 00:39:53
Message-ID: 10300.1204936793@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

teodor(at)postgresql(dot)org (Teodor Sigaev) writes:
> Fix memory arrangement of tsquery after removing stop words. It causes
> a unused memory holes in tsquery.

The buildfarm indicates there's something wrong with the 8.3 version
of this patch ...

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-03-08 01:09:36 pgsql: Improve pglz_decompress() so that it cannot clobber memory beyond
Previous Message Tom Lane 2008-03-07 23:20:21 pgsql: This patch addresses some issues in TOAST compression strategy