On Friday, January 7, 2022 1:08 PM, Japin Li <japi...@hotmail.com> wrote: > +/* > + * pg_string_tolower - Fold a string to lower case if the string is not > quoted > + * and only contains ASCII characters. > + * For German/Turkish etc text, no change will be made. > + * > + * The returned value has to be freed. > + */ > +static char * > +pg_string_tolower_if_ascii(const char *text) > +{ > > s/pg_string_tolower/pg_string_tolower_if_ascii/ for comments. >
Thanks for your review. Comment fixed in the attached V11 patch. Regards, Tang
v11-0001-Support-tab-completion-with-a-query-result-for-u.patch
Description: v11-0001-Support-tab-completion-with-a-query-result-for-u.patch