Re: BUG #17183: missing websearch_to_tsquery

From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
To: sampah_budi(at)hotmail(dot)com, PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #17183: missing websearch_to_tsquery
Date: 2021-09-08 07:26:59
Message-ID: CAOBaU_Z3gVRQa=AJ-wnc=m1giUPf0LusUsBGdi0HAiiFYzOKxg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, Sep 8, 2021 at 2:56 PM PG Bug reporting form
<noreply(at)postgresql(dot)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';

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2021-09-08 09:27:11 Re: BUG #17158: Distinct ROW fails with Postgres 14
Previous Message PG Bug reporting form 2021-09-08 07:21:18 BUG #17184: When using openssl, the memory of a static variable is not freed in libpq