On Fri, Oct 30, 2020 at 11:08:19PM +0100, Tomas Vondra wrote: > Hi, > > + <row> > + <entry role="func_table_entry"><para role="func_signature"> > + <type>anyelement</type> <literal>>></literal> > <type>anyrange</type> > + <returnvalue>boolean</returnvalue> > + </para> > + <para> > + Is the element strictly right of the element? > + </para>
should say "of the range" ? > +++ b/src/backend/utils/adt/rangetypes.c > + /* An empty range is neither left nor right any other range */ > + /* An empty range is neither left nor right any element */ > + /* An empty range is neither left nor right any other range */ > + /* An empty range is neither left nor right any element */ > + /* An empty range is neither left nor right any element */ > + /* An empty range is neither left nor right any element */ I these comments should all say ".. left nor right OF any ..." -- Justin