Teodor Sigaev <teodor(at)stack(dot)net> writes:
> I can't see tsearch in contrib directory (in contrib/README tsearch
> exists) in current cvs. :(
It's there: I see it, and so does cvsweb. Did you use -d option in
cvs update?
Personally I run with a ~/.cvsrc containing
cvs -z3
update -d -P
checkout -P
so that I don't have to remember to give the options needed to make cvs
track subdirectory additions/deletions ... its default behavior is
really quite brain-dead.
regards, tom lane