Обсуждение: Thinko in set_rel_consider_parallel()

Поиск
Список
Период
Сортировка

Thinko in set_rel_consider_parallel()

От
Amit Langote
Дата:
The following looks like a thinko, which fixed in attached:

-                Oid         proparallel = func_parallel(...
+                char        proparallel = func_parallel(...

Thanks,
Amit

Вложения

Re: Thinko in set_rel_consider_parallel()

От
Tom Lane
Дата:
Amit Langote <Langote_Amit_f8@lab.ntt.co.jp> writes:
> The following looks like a thinko, which fixed in attached:
> -                Oid         proparallel = func_parallel(...
> +                char        proparallel = func_parallel(...

Pushed, thanks.
        regards, tom lane