The following bug has been logged on the website:
Bug reference: 17203
Logged by: budi
Email address: sampah_budi(at)hotmail(dot)com
PostgreSQL version: 13.4
Operating system: Ubuntu 18.04.5 Linux 5.4.0-1053-oracle aarch64
Description:
What I've done
select count(*) from pg_proc where proname = 'websearch_to_tsquery';
count
-------
0
(1 row)
REINDEX TABLE pg_proc;
on postgres & template1 database
I still get the same result
Just wondering if websearch_to_tsquery will ever be supported on aarch64
thanks