PG Bug reporting form <noreply(at)postgresql(dot)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