On Sun, May 2, 2021 at 11:12 AM Alexander Korotkov <aekorot...@gmail.com> wrote:
> On Sun, May 2, 2021 at 9:06 PM Zhihong Yu <z...@yugabyte.com> wrote: > > + /* Everything is quotes is processed as a single > token */ > > > > is quotes -> in quotes > > > > + /* iterate to the closing quotes or end of the > string*/ > > > > closing quotes -> closing quote > > > > + /* or else ƒtsvector() will raise an error */ > > > > The character before tsvector() seems to be special. > > Thank you for catching. Fixed in v3. > > ------ > Regards, > Alexander Korotkov > Hi, One minor comment: + /* iterate to the closing quotes or end of the string*/ closing quotes -> closing quote Cheers