Re: [HACKERS] Thinko in set_rel_consider_parallel()

2016-11-29 Thread Tom Lane
Amit Langote writes: > The following looks like a thinko, which fixed in attached: > -Oid proparallel = func_parallel(... > +charproparallel = func_parallel(... Pushed, thanks. regards, tom lane -- Sent via pgsql-hackers

[HACKERS] Thinko in set_rel_consider_parallel()

2016-11-28 Thread Amit Langote
The following looks like a thinko, which fixed in attached: -Oid proparallel = func_parallel(... +charproparallel = func_parallel(... Thanks, Amit diff --git a/src/backend/optimizer/path/allpaths.c b/src/backend/optimizer/path/allpaths.c index e42ef