Re: Preliminary patch for tsearch example dictionaries/parsers in contrib

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Preliminary patch for tsearch example dictionaries/parsers in contrib
Дата
Msg-id 21747.1192042210@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Preliminary patch for tsearch example dictionaries/parsers in contrib  (karpov@sao.ru (Sergey V. Karpov))
Ответы Re: Preliminary patch for tsearch example dictionaries/parsers in contrib  (karpov@sao.ru (Sergey V. Karpov))
Список pgsql-patches
karpov@sao.ru (Sergey V. Karpov) writes:
> I've prepared reduced and renamed version of the examples. It may be
> downloaded at
> http://lynx.sao.ru/~karpov/tmp/ts_examples.tar.gz

>  - dict_xsyn now uses the same code to locate its config as built-in
>    dictionaries, and can't access files outside
>    $(prefix)/share/tsearch_data/.

Good, did you also fix it to do encoding conversion while reading the file?

> It still has a complicated source tree with subfolders for each
> example. Have I to break it into three separate contrib modules? Or
> combine into one with three build targets (this will break MSVC build)?

I think the consensus is for one module per top-level contrib directory.

            regards, tom lane

В списке pgsql-patches по дате отправления:

Предыдущее
От: karpov@sao.ru (Sergey V. Karpov)
Дата:
Сообщение: Re: Preliminary patch for tsearch example dictionaries/parsers in contrib
Следующее
От: karpov@sao.ru (Sergey V. Karpov)
Дата:
Сообщение: Re: Preliminary patch for tsearch example dictionaries/parsers in contrib