Re: tsearch2 in PostgreSQL 8.3?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Oleg Bartunov <oleg@sai.msu.su>
Cc: josh@agliodbs.com, Bruce Momjian <bruce@momjian.us>, pgsql-hackers@postgresql.org
Date: 2007-08-18T17:30:33Z
Lists: pgsql-hackers
Oleg Bartunov <oleg@sai.msu.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