From: | Budi Setiawan <sampah_budi(at)hotmail(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org> |
Subject: | Re: BUG #17203: missing websearch_to_tsquery |
Date: | 2021-10-01 00:39:24 |
Message-ID: | PS2PR06MB3573DBC8737A714C800A5DD88CAB9@PS2PR06MB3573.apcprd06.prod.outlook.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
________________________________
> From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
> Sent: Wednesday, September 29, 2021 6:36 AM
> To: sampah_budi(at)hotmail(dot)com <sampah_budi(at)hotmail(dot)com>
> Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org <pgsql-bugs(at)lists(dot)postgresql(dot)org>
> Subject: Re: BUG #17203: missing websearch_to_tsquery
> 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
It seems that my server is v10
Apparently, there are 3 versions of posgresql running when I run sudo systemctl start postgresql
postgres 21615 1 0 19:02 ? 00:00:00 /usr/lib/postgresql/13/bin/postgres -D /var/lib/postgresql/13/main -c config_file=/etc/postgresql/13/main/postgresql.conf
postgres 21616 1 0 19:02 ? 00:00:00 /usr/lib/postgresql/12/bin/postgres -D /var/lib/postgresql/12/main -c config_file=/etc/postgresql/12/main/postgresql.conf
postgres 21617 1 0 19:02 ? 00:00:00 /usr/lib/postgresql/10/bin/postgres -D /var/lib/postgresql/10/main -c config_file=/etc/postgresql/10/main/postgresql.conf
I need to figure out how to uninstall version 10 and 12
thanks for your help
From | Date | Subject | |
---|---|---|---|
Next Message | PG Bug reporting form | 2021-10-01 04:51:27 | BUG #17208: Download fails when running 'yum install postgresql96' |
Previous Message | Tom Lane | 2021-09-30 23:52:17 | Re: BUG #17206: the function array_cat(anyarray, anyarray) does not exist |