Re: Sorting the Stop word lists

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Sorting the Stop word lists
Date: 2007-09-07 18:35:32
Message-ID: 6497.1189190132@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Simon Riggs <simon(at)2ndquadrant(dot)com> writes:
> I notice we sort the stop word list after we read it into memory.

I see nothing wrong with that; it only happens once per backend session,
and it makes maintenance of the files easier.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2007-09-07 19:13:52 integrated tsearch doesn't work with non utf8 database
Previous Message Tom Lane 2007-09-07 17:49:33 Re: Low hanging fruit in lazy-XID-assignment patch?