> Committed.
Thanks!
Regards,
sho kato
> -Original Message-
> From: Michael Paquier [mailto:mich...@paquier.xyz]
> Sent: Friday, March 15, 2019 4:24 PM
> To: Kato, Sho/加藤 翔
> Cc: 'Kyotaro HORIGUCHI' ;
> pgsql-hack...@postgresql.org
> Subject: Re: Fix
On Fri, Mar 15, 2019 at 05:49:47AM +, Kato, Sho wrote:
> Oops, thank you for your advice.
> I fixed it.
Committed.
--
Michael
signature.asc
Description: PGP signature
On Fri, Mar 15, 2019 at 02:24:29PM +0900, Kyotaro HORIGUCHI wrote:
> Yeah, surely it is typo, but not for tsvector but
> to_tsvector. See the block just below.
Yes, I agree with Horiguchi-san here that this refers to the function
call, and not the data type. Everybody agrees?
--
Michael
signatu
x27;);
Oops, thank you for your advice.
I fixed it.
Regards,
Sho Kato
> -Original Message-
> From: Kyotaro HORIGUCHI [mailto:horiguchi.kyot...@lab.ntt.co.jp]
> Sent: Friday, March 15, 2019 2:24 PM
> To: Kato, Sho/加藤 翔
> Cc: pgsql-hack...@postgresql.org
> Subject: Re: Fix
Hello.
At Fri, 15 Mar 2019 04:37:03 +, "Kato, Sho" wrote
in <25C1C6B2E7BE044889E4FE8643A58BA963E1D03D@G01JPEXMBKW03>
> Hi,
>
> I think ts_vector is a typo for tsvector.
> --- ts_vector corner cases
> +-- tsvector corner cases
> select to_tsvector('""'::json);
Yeah, surely it is typo, but