Hi, On 2017-11-28 23:30:53 +0300, Юрий Соколов wrote: > index 1a8ee08c8b..607ed6a781 100644 > --- a/src/port/qsort.c > +++ b/src/port/qsort.c > @@ -8,7 +8,7 @@ > * in favor of a simple check for presorted input. > * Take care to recurse on the smaller partition, to bound stack usage. > * > - * CAUTION: if you change this file, see also qsort_arg.c, > gen_qsort_tuple.pl > + * CAUTION: if you change this file, see also qsort_arg.c, qsort_template.h > * > * src/port/qsort.c > */
Maybe it's a stupid question. But would we still want to have this after the change? These should be just specializations of the template version imo. Greetings, Andres Freund