Fix incorrect variable type in set_rel_consider_parallel().

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

Commit: d6c8b34e956864d52780f0db9f8cfe3b2f4411b0
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-11-29T16:07:02Z
Releases: 10.0
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