BUG #17203: missing websearch_to_tsquery

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: sampah_budi(at)hotmail(dot)com
Subject: BUG #17203: missing websearch_to_tsquery
Date: 2021-09-29 03:09:24
Message-ID: 17203-b6a52b1cfedce28c@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Daniel Gustafsson 2021-09-29 09:24:08 Re: [EXTERNAL] pg_basebackup behavior on non-existent slot
Previous Message Tom Lane 2021-09-28 13:39:36 Re: BUG #17200: PostgreSQL-Support Profile Guide Optimization(Clang/GCC)?