Re: BUG #17203: missing websearch_to_tsquery - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #17203: missing websearch_to_tsquery
Date
Msg-id 2963222.1632922561@sss.pgh.pa.us
Whole thread Raw
In response to BUG #17203: missing websearch_to_tsquery  (PG Bug reporting form <noreply@postgresql.org>)
Responses Re: BUG #17203: missing websearch_to_tsquery  (Budi Setiawan <sampah_budi@hotmail.com>)
List pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> select count(*) from pg_proc where proname = 'websearch_to_tsquery';
> count
> -------
>      0
> (1 row)

Are you sure the server is v13?

SELECT version();

> Just wondering if websearch_to_tsquery will ever be supported on aarch64

Our aarch64 buildfarm members are all passing the regression tests
just fine.

            regards, tom lane



pgsql-bugs by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: [EXTERNAL] pg_basebackup behavior on non-existent slot
Next
From: PG Bug reporting form
Date:
Subject: BUG #17204: Import PostgreSQL view to ADO.NET Entity Framework Model