Re: Fix typo in test code comments
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>
Cc: kato-sho@jp.fujitsu.com, pgsql-hackers@postgresql.org
Date: 2019-03-15T05:50:04Z
Lists: pgsql-hackers
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
Commits
-
Fix typo related to to_tsvector() in tests of json and jsonb
- 4e197bf19556 12.0 landed