Thread: Thinko in set_rel_consider_parallel()

Thinko in set_rel_consider_parallel()

From
Amit Langote
Date:
The following looks like a thinko, which fixed in attached:

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

Thanks,
Amit

Attachment

Re: Thinko in set_rel_consider_parallel()

From
Tom Lane
Date:
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