Fix incorrect variable type in set_rel_consider_parallel().

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 0c65061de26470f2b17e3856fd2afd6c266195b7
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-11-29T16:07:02Z
Releases: 9.6.2
Fix incorrect variable type in set_rel_consider_parallel().

func_parallel() returns char not Oid.  Harmless, but still wrong.

Amit Langote

Files

PathChange+/−
src/backend/optimizer/path/allpaths.c modified +1 −1