Re: BUG #17183: missing websearch_to_tsquery

Поиск
Список
Период
Сортировка
От Julien Rouhaud
Тема Re: BUG #17183: missing websearch_to_tsquery
Дата
Msg-id CAOBaU_Z3gVRQa=AJ-wnc=m1giUPf0LusUsBGdi0HAiiFYzOKxg@mail.gmail.com
обсуждение исходный текст
Ответ на BUG #17183: missing websearch_to_tsquery  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
On Wed, Sep 8, 2021 at 2:56 PM PG Bug reporting form
<noreply@postgresql.org> wrote:
>
> I'm using the arm64 version of postgresql 13.4 - but it doesn't have
> websearch_to_tsquery function
> On my other computer, I'm using posgresql 13 (on x86_64) and it has that
> function
> Is this a bug or I did something wrong?
> If it is a bug, is it going to be fixed soon?

How exactly are you checking that the function exists or not?  What
does this query returns on your arm server?

select count(*) from pg_proc where proname = 'websearch_to_tsquery';



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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #17184: When using openssl, the memory of a static variable is not freed in libpq
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: BUG #17158: Distinct ROW fails with Postgres 14