Re: Fix typo in test code comments - Mailing list pgsql-hackers

From Kyotaro HORIGUCHI
Subject Re: Fix typo in test code comments
Date
Msg-id 20190315.142429.30385184.horiguchi.kyotaro@lab.ntt.co.jp
Whole thread Raw
In response to Fix typo in test code comments  ("Kato, Sho" <kato-sho@jp.fujitsu.com>)
Responses RE: Fix typo in test code comments
Re: Fix typo in test code comments
List pgsql-hackers
Hello.

At Fri, 15 Mar 2019 04:37:03 +0000, "Kato, Sho" <kato-sho@jp.fujitsu.com> 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 not for tsvector but
to_tsvector. See the block just below.

> -- json_to_tsvector corner cases
> select json_to_tsvector('""'::json, '"all"');


regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center



pgsql-hackers by date:

Previous
From: Chapman Flack
Date:
Subject: What is a savepointLevel ?
Next
From: "Matsumura, Ryo"
Date:
Subject: RE: Is PREPARE of ecpglib thread safe?