| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> |
| Cc: | josh(at)agliodbs(dot)com, Bruce Momjian <bruce(at)momjian(dot)us>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: tsearch2 in PostgreSQL 8.3? |
| Date: | 2007-08-18 17:30:33 |
| Message-ID: | 17252.1187458233@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> writes:
> Tom and Bruce, what version of patch you're using ?
> Bruce complained about using OID in arguments of functions, but
> AFAIR, it was removed in 0.58 version of patch.
I'm working from the 0.58 version --- that was the latest last I looked.
There are still OID-based versions of some of the functions, but if
we go with the regconfig idea as I'm now thinking we should, those
could be taken out --- they'd have no performance advantage over
regconfig.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2007-08-18 17:47:08 | Re: tsearch2 in PostgreSQL 8.3? |
| Previous Message | Tom Lane | 2007-08-18 17:28:01 | Re: text search vs schemas |