Re: Supporting = operator in gin/gist_trgm_ops - Mailing list pgsql-hackers

From Julien Rouhaud
Subject Re: Supporting = operator in gin/gist_trgm_ops
Date
Msg-id CAOBaU_Y3mZ8dxZcbXe5bxooQq=6=MdLRGa9Zpurw+vn+JwhAbg@mail.gmail.com
Whole thread Raw
In response to Re: Supporting = operator in gin/gist_trgm_ops  (Alexander Korotkov <aekorotkov@gmail.com>)
List pgsql-hackers
On Sun, Nov 15, 2020 at 1:55 PM Alexander Korotkov <aekorotkov@gmail.com> wrote:
>
> On Sat, Nov 14, 2020 at 8:26 PM Julien Rouhaud <julien.rouhaud@free.fr> wrote:
> > On Sat, Nov 14, 2020 at 7:58 PM Erik Rijkers <er@xs4all.nl> wrote:
> > >
> > > On 2020-11-14 12:53, Julien Rouhaud wrote:
> > > > On Sat, Nov 14, 2020 at 6:07 PM Alexander Korotkov
> > > > <aekorotkov@gmail.com> >
> > >
> > > >    Note that those indexes may not be as afficient as regulat B-tree
> > > > indexes
> > > >    for equality operator.
> > >
> > >
> > > 'afficient as regulat'  should be
> > > 'efficient as regular'
> > >
> > >
> > > Sorry to be nitpicking - it's the one thing I'm really good at :P
> >
> > Oops indeed :)
>
> Pushed with all the corrections above.  Thanks!

Thanks a lot!



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Refactor pg_rewind code and make it work against a standby
Next
From: Bharath Rupireddy
Date:
Subject: Re: Remove unused variable from SharedSort