Re: tsearch2 regression test failures

From: "Magnus Hagander" <magnus(at)hagander(dot)net>
To: teodor(at)sigaev(dot)ru
Cc: tgl(at)sss(dot)pgh(dot)pa(dot)us, pgsql-hackers(at)postgresql(dot)org
Subject: Re: tsearch2 regression test failures
Date: 2007-03-26 11:16:31
Message-ID: 20070326111642.D5FACDCC740@svr2.hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > Yup, that solved the problem, thanks.> I'll commit extended patch - there is one more place with the same bug.

Ok, thanks.

> Wouldn't it be more efficiently written to walk the string backwards until
> > !isspace instead? Not sure that it matters at all, but then you'll
> > normallyi never step over more than two bytes...
> It doesn't significant matter - file reads once per backend lifetime.
>

ok.

/Magnus

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2007-03-26 11:53:03 Proposal: integration plpgpsm into core PostgreSQL
Previous Message Teodor Sigaev 2007-03-26 11:10:05 Re: tsearch2 regression test failures